Sha256: 6aa60c5c426a5f38703f0b74bc3dded56e881c69c3d483e39e0e007ab34da818

Contents?: true

Size: 751 Bytes

Versions: 24

Compression:

Stored size: 751 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Remix
      class PencilFill < Base
        def view_template
          svg(
            class: classes,
            viewbox: '0 0 24 24',
            fill: 'currentColor',
            xmlns: 'http://www.w3.org/2000/svg'
          ) do |s|
            s.path(
              d:
                'M12.8995 6.85453L17.1421 11.0972L7.24264 20.9967H3V16.754L12.8995 6.85453ZM14.3137 5.44032L16.435 3.319C16.8256 2.92848 17.4587 2.92848 17.8492 3.319L20.6777 6.14743C21.0682 6.53795 21.0682 7.17112 20.6777 7.56164L18.5563 9.68296L14.3137 5.44032Z'
            )
          end
        end
      end
    end
  end
end
# rubocop:enable Layout/LineLength

Version data entries

24 entries across 24 versions & 2 rubygems

Version Path
phlex-icons-remix-0.17.0 lib/phlex/icons/remix/pencil_fill.rb
phlex-icons-0.17.0 lib/phlex/icons/remix/pencil_fill.rb
phlex-icons-0.16.0 lib/phlex/icons/remix/pencil_fill.rb
phlex-icons-remix-0.16.0 lib/phlex/icons/remix/pencil_fill.rb
phlex-icons-0.15.0 lib/phlex/icons/remix/pencil_fill.rb
phlex-icons-remix-0.15.0 lib/phlex/icons/remix/pencil_fill.rb
phlex-icons-0.14.0 lib/phlex/icons/remix/pencil_fill.rb
phlex-icons-remix-0.14.0 lib/phlex/icons/remix/pencil_fill.rb
phlex-icons-remix-0.13.0 lib/phlex/icons/remix/pencil_fill.rb
phlex-icons-0.13.0 lib/phlex/icons/remix/pencil_fill.rb
phlex-icons-0.12.0 lib/phlex/icons/remix/pencil_fill.rb
phlex-icons-remix-0.12.0 lib/phlex/icons/remix/pencil_fill.rb
phlex-icons-0.11.0 lib/phlex/icons/remix/pencil_fill.rb
phlex-icons-remix-0.11.0 lib/phlex/icons/remix/pencil_fill.rb
phlex-icons-0.10.0 lib/phlex/icons/remix/pencil_fill.rb
phlex-icons-0.9.0 lib/phlex/icons/remix/pencil_fill.rb
phlex-icons-remix-0.9.0 lib/phlex/icons/remix/pencil_fill.rb
phlex-icons-0.8.0 lib/phlex/icons/remix/pencil_fill.rb
phlex-icons-0.7.0 lib/phlex/icons/remix/pencil_fill.rb
phlex-icons-0.6.0 lib/phlex/icons/remix/pencil_fill.rb