Sha256: 3787a284b5ac26bfff971aade2a0fa2d26e406485913873256bf35240d8664c9

Contents?: true

Size: 700 Bytes

Versions: 24

Compression:

Stored size: 700 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Remix
      class EditFill < 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:
                'M7.24264 17.9967H3V13.754L14.435 2.319C14.8256 1.92848 15.4587 1.92848 15.8492 2.319L18.6777 5.14743C19.0682 5.53795 19.0682 6.17112 18.6777 6.56164L7.24264 17.9967ZM3 19.9967H21V21.9967H3V19.9967Z'
            )
          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/edit_fill.rb
phlex-icons-0.17.0 lib/phlex/icons/remix/edit_fill.rb
phlex-icons-0.16.0 lib/phlex/icons/remix/edit_fill.rb
phlex-icons-remix-0.16.0 lib/phlex/icons/remix/edit_fill.rb
phlex-icons-0.15.0 lib/phlex/icons/remix/edit_fill.rb
phlex-icons-remix-0.15.0 lib/phlex/icons/remix/edit_fill.rb
phlex-icons-0.14.0 lib/phlex/icons/remix/edit_fill.rb
phlex-icons-remix-0.14.0 lib/phlex/icons/remix/edit_fill.rb
phlex-icons-remix-0.13.0 lib/phlex/icons/remix/edit_fill.rb
phlex-icons-0.13.0 lib/phlex/icons/remix/edit_fill.rb
phlex-icons-0.12.0 lib/phlex/icons/remix/edit_fill.rb
phlex-icons-remix-0.12.0 lib/phlex/icons/remix/edit_fill.rb
phlex-icons-0.11.0 lib/phlex/icons/remix/edit_fill.rb
phlex-icons-remix-0.11.0 lib/phlex/icons/remix/edit_fill.rb
phlex-icons-0.10.0 lib/phlex/icons/remix/edit_fill.rb
phlex-icons-0.9.0 lib/phlex/icons/remix/edit_fill.rb
phlex-icons-remix-0.9.0 lib/phlex/icons/remix/edit_fill.rb
phlex-icons-0.8.0 lib/phlex/icons/remix/edit_fill.rb
phlex-icons-0.7.0 lib/phlex/icons/remix/edit_fill.rb
phlex-icons-0.6.0 lib/phlex/icons/remix/edit_fill.rb