Sha256: 3539f409f81bffec718f5ecd047820b3c715c2038f6ce757ea1a1db37146f6d5

Contents?: true

Size: 1000 Bytes

Versions: 24

Compression:

Stored size: 1000 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Remix
      class MarkPenFill < 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:
                'M15.9498 2.39017L21.6066 8.04702C21.9972 8.43755 21.9972 9.07071 21.6066 9.46124L13.8285 17.2394L11.7071 17.9465L10.2929 19.3607C9.90241 19.7513 9.26925 19.7513 8.87872 19.3607L4.63608 15.1181C4.24556 14.7276 4.24556 14.0944 4.63608 13.7039L6.0503 12.2897L6.7574 10.1683L14.5356 2.39017C14.9261 1.99964 15.5593 1.99964 15.9498 2.39017ZM16.6569 5.9257L10.2929 12.2897L11.7071 13.7039L18.0711 7.33992L16.6569 5.9257ZM4.28253 16.8859L7.11096 19.7143L5.69674 21.1285L1.4541 19.7143L4.28253 16.8859Z'
            )
          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/mark_pen_fill.rb
phlex-icons-0.17.0 lib/phlex/icons/remix/mark_pen_fill.rb
phlex-icons-0.16.0 lib/phlex/icons/remix/mark_pen_fill.rb
phlex-icons-remix-0.16.0 lib/phlex/icons/remix/mark_pen_fill.rb
phlex-icons-0.15.0 lib/phlex/icons/remix/mark_pen_fill.rb
phlex-icons-remix-0.15.0 lib/phlex/icons/remix/mark_pen_fill.rb
phlex-icons-0.14.0 lib/phlex/icons/remix/mark_pen_fill.rb
phlex-icons-remix-0.14.0 lib/phlex/icons/remix/mark_pen_fill.rb
phlex-icons-remix-0.13.0 lib/phlex/icons/remix/mark_pen_fill.rb
phlex-icons-0.13.0 lib/phlex/icons/remix/mark_pen_fill.rb
phlex-icons-0.12.0 lib/phlex/icons/remix/mark_pen_fill.rb
phlex-icons-remix-0.12.0 lib/phlex/icons/remix/mark_pen_fill.rb
phlex-icons-0.11.0 lib/phlex/icons/remix/mark_pen_fill.rb
phlex-icons-remix-0.11.0 lib/phlex/icons/remix/mark_pen_fill.rb
phlex-icons-0.10.0 lib/phlex/icons/remix/mark_pen_fill.rb
phlex-icons-0.9.0 lib/phlex/icons/remix/mark_pen_fill.rb
phlex-icons-remix-0.9.0 lib/phlex/icons/remix/mark_pen_fill.rb
phlex-icons-0.8.0 lib/phlex/icons/remix/mark_pen_fill.rb
phlex-icons-0.7.0 lib/phlex/icons/remix/mark_pen_fill.rb
phlex-icons-0.6.0 lib/phlex/icons/remix/mark_pen_fill.rb