Sha256: 6ca1a561a4cae2bb145b51b7ce16ef8e060ae7ab923583ada5cde6d497a0d88f

Contents?: true

Size: 1.2 KB

Versions: 24

Compression:

Stored size: 1.2 KB

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Remix
      class PencilRuler2Fill < 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:
                'M5.63611 12.7071L7.46454 14.5355L8.87875 13.1213L7.05033 11.2929L8.46454 9.87869L10.293 11.7071L11.7072 10.2929L9.87875 8.46448L11.293 7.05026L13.1214 8.87869L14.5356 7.46448L12.7072 5.63605L15.5356 2.80762C15.9261 2.4171 16.5593 2.4171 16.9498 2.80762L21.1925 7.05026C21.583 7.44079 21.583 8.07395 21.1925 8.46448L8.46454 21.1924C8.07401 21.5829 7.44085 21.5829 7.05033 21.1924L2.80768 16.9498C2.41716 16.5592 2.41716 15.9261 2.80768 15.5355L5.63611 12.7071ZM14.1214 18.3635L18.364 14.1208L20.9997 16.7565V20.9999H16.7578L14.1214 18.3635ZM5.63597 9.87806L2.80754 7.04963C2.41702 6.65911 2.41702 6.02594 2.80754 5.63542L5.63597 2.80699C6.02649 2.41647 6.65966 2.41647 7.05018 2.80699L9.87861 5.63542L5.63597 9.87806Z'
            )
          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_ruler_2_fill.rb
phlex-icons-0.17.0 lib/phlex/icons/remix/pencil_ruler_2_fill.rb
phlex-icons-0.16.0 lib/phlex/icons/remix/pencil_ruler_2_fill.rb
phlex-icons-remix-0.16.0 lib/phlex/icons/remix/pencil_ruler_2_fill.rb
phlex-icons-0.15.0 lib/phlex/icons/remix/pencil_ruler_2_fill.rb
phlex-icons-remix-0.15.0 lib/phlex/icons/remix/pencil_ruler_2_fill.rb
phlex-icons-0.14.0 lib/phlex/icons/remix/pencil_ruler_2_fill.rb
phlex-icons-remix-0.14.0 lib/phlex/icons/remix/pencil_ruler_2_fill.rb
phlex-icons-remix-0.13.0 lib/phlex/icons/remix/pencil_ruler_2_fill.rb
phlex-icons-0.13.0 lib/phlex/icons/remix/pencil_ruler_2_fill.rb
phlex-icons-0.12.0 lib/phlex/icons/remix/pencil_ruler_2_fill.rb
phlex-icons-remix-0.12.0 lib/phlex/icons/remix/pencil_ruler_2_fill.rb
phlex-icons-0.11.0 lib/phlex/icons/remix/pencil_ruler_2_fill.rb
phlex-icons-remix-0.11.0 lib/phlex/icons/remix/pencil_ruler_2_fill.rb
phlex-icons-0.10.0 lib/phlex/icons/remix/pencil_ruler_2_fill.rb
phlex-icons-0.9.0 lib/phlex/icons/remix/pencil_ruler_2_fill.rb
phlex-icons-remix-0.9.0 lib/phlex/icons/remix/pencil_ruler_2_fill.rb
phlex-icons-0.8.0 lib/phlex/icons/remix/pencil_ruler_2_fill.rb
phlex-icons-0.7.0 lib/phlex/icons/remix/pencil_ruler_2_fill.rb
phlex-icons-0.6.0 lib/phlex/icons/remix/pencil_ruler_2_fill.rb