Sha256: 3ef6709a0e5a91670b651e590b1a8b5e570798d39e71e308ddd97e491c1db65e

Contents?: true

Size: 807 Bytes

Versions: 4

Compression:

Stored size: 807 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Remix
      class EditBoxFill < Base
        def view_template
          svg(
            **attrs,
            viewbox: '0 0 24 24',
            fill: 'currentColor',
            xmlns: 'http://www.w3.org/2000/svg'
          ) do |s|
            s.path(
              d:
                'M16.7574 2.99677L9.29145 10.4627L9.29886 14.7098L13.537 14.7024L21 7.23941V19.9968C21 20.5491 20.5523 20.9968 20 20.9968H4C3.44772 20.9968 3 20.5491 3 19.9968V3.99677C3 3.44448 3.44772 2.99677 4 2.99677H16.7574ZM20.4853 2.09727L21.8995 3.51149L12.7071 12.7039L11.2954 12.7063L11.2929 11.2897L20.4853 2.09727Z'
            )
          end
        end
      end
    end
  end
end
# rubocop:enable Layout/LineLength

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
phlex-icons-remix-1.1.0 lib/phlex/icons/remix/edit_box_fill.rb
phlex-icons-1.1.0 lib/phlex/icons/remix/edit_box_fill.rb
phlex-icons-1.0.0 lib/phlex/icons/remix/edit_box_fill.rb
phlex-icons-remix-1.0.0 lib/phlex/icons/remix/edit_box_fill.rb