Sha256: 9c028524164742bfbff5098e1983d03a7aa1ca1b0f0e3cdbf764283b18e4a743

Contents?: true

Size: 976 Bytes

Versions: 24

Compression:

Stored size: 976 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Remix
      class ImageEditFill < 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:
                'M20 3C20.5523 3 21 3.44772 21 4V5.757L19 7.757V5H5V13.1L9 9.1005L13.328 13.429L12.0012 14.7562L11.995 18.995L16.2414 19.0012L17.571 17.671L18.8995 19H19V16.242L21 14.242V20C21 20.5523 20.5523 21 20 21H4C3.44772 21 3 20.5523 3 20V4C3 3.44772 3.44772 3 4 3H20ZM21.7782 7.80761L23.1924 9.22183L15.4142 17L13.9979 16.9979L14 15.5858L21.7782 7.80761ZM15.5 7C16.3284 7 17 7.67157 17 8.5C17 9.32843 16.3284 10 15.5 10C14.6716 10 14 9.32843 14 8.5C14 7.67157 14.6716 7 15.5 7Z'
            )
          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/image_edit_fill.rb
phlex-icons-0.17.0 lib/phlex/icons/remix/image_edit_fill.rb
phlex-icons-0.16.0 lib/phlex/icons/remix/image_edit_fill.rb
phlex-icons-remix-0.16.0 lib/phlex/icons/remix/image_edit_fill.rb
phlex-icons-0.15.0 lib/phlex/icons/remix/image_edit_fill.rb
phlex-icons-remix-0.15.0 lib/phlex/icons/remix/image_edit_fill.rb
phlex-icons-0.14.0 lib/phlex/icons/remix/image_edit_fill.rb
phlex-icons-remix-0.14.0 lib/phlex/icons/remix/image_edit_fill.rb
phlex-icons-remix-0.13.0 lib/phlex/icons/remix/image_edit_fill.rb
phlex-icons-0.13.0 lib/phlex/icons/remix/image_edit_fill.rb
phlex-icons-0.12.0 lib/phlex/icons/remix/image_edit_fill.rb
phlex-icons-remix-0.12.0 lib/phlex/icons/remix/image_edit_fill.rb
phlex-icons-0.11.0 lib/phlex/icons/remix/image_edit_fill.rb
phlex-icons-remix-0.11.0 lib/phlex/icons/remix/image_edit_fill.rb
phlex-icons-0.10.0 lib/phlex/icons/remix/image_edit_fill.rb
phlex-icons-0.9.0 lib/phlex/icons/remix/image_edit_fill.rb
phlex-icons-remix-0.9.0 lib/phlex/icons/remix/image_edit_fill.rb
phlex-icons-0.8.0 lib/phlex/icons/remix/image_edit_fill.rb
phlex-icons-0.7.0 lib/phlex/icons/remix/image_edit_fill.rb
phlex-icons-0.6.0 lib/phlex/icons/remix/image_edit_fill.rb