Sha256: b6df5da5b69cf5075588e7f35b7dd9107816f3f0e47942ea5a396d1cbf0ffb87

Contents?: true

Size: 707 Bytes

Versions: 24

Compression:

Stored size: 707 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Remix
      class PencilRulerFill < 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 18V20H9V18H5ZM3 7L7 2L11 7V22H3V7ZM21 8H19V10H21V12H18V14H21V16H19V18H21V21C21 21.5523 20.5523 22 20 22H14C13.4477 22 13 21.5523 13 21V5C13 4.44772 13.4477 4 14 4H20C20.5523 4 21 4.44772 21 5V8Z'
            )
          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_fill.rb
phlex-icons-0.17.0 lib/phlex/icons/remix/pencil_ruler_fill.rb
phlex-icons-0.16.0 lib/phlex/icons/remix/pencil_ruler_fill.rb
phlex-icons-remix-0.16.0 lib/phlex/icons/remix/pencil_ruler_fill.rb
phlex-icons-0.15.0 lib/phlex/icons/remix/pencil_ruler_fill.rb
phlex-icons-remix-0.15.0 lib/phlex/icons/remix/pencil_ruler_fill.rb
phlex-icons-0.14.0 lib/phlex/icons/remix/pencil_ruler_fill.rb
phlex-icons-remix-0.14.0 lib/phlex/icons/remix/pencil_ruler_fill.rb
phlex-icons-remix-0.13.0 lib/phlex/icons/remix/pencil_ruler_fill.rb
phlex-icons-0.13.0 lib/phlex/icons/remix/pencil_ruler_fill.rb
phlex-icons-0.12.0 lib/phlex/icons/remix/pencil_ruler_fill.rb
phlex-icons-remix-0.12.0 lib/phlex/icons/remix/pencil_ruler_fill.rb
phlex-icons-0.11.0 lib/phlex/icons/remix/pencil_ruler_fill.rb
phlex-icons-remix-0.11.0 lib/phlex/icons/remix/pencil_ruler_fill.rb
phlex-icons-0.10.0 lib/phlex/icons/remix/pencil_ruler_fill.rb
phlex-icons-0.9.0 lib/phlex/icons/remix/pencil_ruler_fill.rb
phlex-icons-remix-0.9.0 lib/phlex/icons/remix/pencil_ruler_fill.rb
phlex-icons-0.8.0 lib/phlex/icons/remix/pencil_ruler_fill.rb
phlex-icons-0.7.0 lib/phlex/icons/remix/pencil_ruler_fill.rb
phlex-icons-0.6.0 lib/phlex/icons/remix/pencil_ruler_fill.rb