Sha256: a899b6eb5ea47bb2d3fa0503914c6b4ac73d442573b1f665739a52cc11c225a5

Contents?: true

Size: 676 Bytes

Versions: 18

Compression:

Stored size: 676 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Remix
      class CodeFill < Base
        def view_template
          svg(
            **attrs,
            viewbox: '0 0 24 24',
            fill: 'currentColor',
            xmlns: 'http://www.w3.org/2000/svg'
          ) do |s|
            s.path(
              d:
                'M23 12L15.9289 19.0711L14.5147 17.6569L20.1716 12L14.5147 6.34317L15.9289 4.92896L23 12ZM3.82843 12L9.48528 17.6569L8.07107 19.0711L1 12L8.07107 4.92896L9.48528 6.34317L3.82843 12Z'
            )
          end
        end
      end
    end
  end
end
# rubocop:enable Layout/LineLength

Version data entries

18 entries across 18 versions & 2 rubygems

Version Path
phlex-icons-remix-1.8.0 lib/phlex/icons/remix/code_fill.rb
phlex-icons-1.8.0 lib/phlex/icons/remix/code_fill.rb
phlex-icons-1.7.0 lib/phlex/icons/remix/code_fill.rb
phlex-icons-remix-1.7.0 lib/phlex/icons/remix/code_fill.rb
phlex-icons-remix-1.6.0 lib/phlex/icons/remix/code_fill.rb
phlex-icons-1.6.0 lib/phlex/icons/remix/code_fill.rb
phlex-icons-remix-1.5.0 lib/phlex/icons/remix/code_fill.rb
phlex-icons-1.5.0 lib/phlex/icons/remix/code_fill.rb
phlex-icons-1.4.0 lib/phlex/icons/remix/code_fill.rb
phlex-icons-remix-1.4.0 lib/phlex/icons/remix/code_fill.rb
phlex-icons-1.3.0 lib/phlex/icons/remix/code_fill.rb
phlex-icons-remix-1.3.0 lib/phlex/icons/remix/code_fill.rb
phlex-icons-remix-1.2.0 lib/phlex/icons/remix/code_fill.rb
phlex-icons-1.2.0 lib/phlex/icons/remix/code_fill.rb
phlex-icons-remix-1.1.0 lib/phlex/icons/remix/code_fill.rb
phlex-icons-1.1.0 lib/phlex/icons/remix/code_fill.rb
phlex-icons-1.0.0 lib/phlex/icons/remix/code_fill.rb
phlex-icons-remix-1.0.0 lib/phlex/icons/remix/code_fill.rb