Sha256: d5f34d8d918db192096234d51aed6e692fdc74c5a418dc881d234d8cefa5e812

Contents?: true

Size: 882 Bytes

Versions: 24

Compression:

Stored size: 882 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Remix
      class KnifeLine < 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:
                'M4.34315 1.4082L22.3744 19.4394C22.9602 20.0252 22.9602 20.975 22.3744 21.5607C21.7886 22.1465 20.8388 22.1465 20.253 21.5607L15.6569 16.9646L12.1213 20.5001L4.34315 12.7219C1.2779 9.65666 1.22006 4.72285 4.16964 1.58709L4.34315 1.4082ZM4.58437 4.47838L4.5329 4.58823C3.56416 6.72709 3.91772 9.315 5.58066 11.1234L5.75736 11.3077L12.1207 17.6716L14.9491 14.8431L4.58437 4.47838Z'
            )
          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/knife_line.rb
phlex-icons-0.17.0 lib/phlex/icons/remix/knife_line.rb
phlex-icons-0.16.0 lib/phlex/icons/remix/knife_line.rb
phlex-icons-remix-0.16.0 lib/phlex/icons/remix/knife_line.rb
phlex-icons-0.15.0 lib/phlex/icons/remix/knife_line.rb
phlex-icons-remix-0.15.0 lib/phlex/icons/remix/knife_line.rb
phlex-icons-0.14.0 lib/phlex/icons/remix/knife_line.rb
phlex-icons-remix-0.14.0 lib/phlex/icons/remix/knife_line.rb
phlex-icons-remix-0.13.0 lib/phlex/icons/remix/knife_line.rb
phlex-icons-0.13.0 lib/phlex/icons/remix/knife_line.rb
phlex-icons-0.12.0 lib/phlex/icons/remix/knife_line.rb
phlex-icons-remix-0.12.0 lib/phlex/icons/remix/knife_line.rb
phlex-icons-0.11.0 lib/phlex/icons/remix/knife_line.rb
phlex-icons-remix-0.11.0 lib/phlex/icons/remix/knife_line.rb
phlex-icons-0.10.0 lib/phlex/icons/remix/knife_line.rb
phlex-icons-0.9.0 lib/phlex/icons/remix/knife_line.rb
phlex-icons-remix-0.9.0 lib/phlex/icons/remix/knife_line.rb
phlex-icons-0.8.0 lib/phlex/icons/remix/knife_line.rb
phlex-icons-0.7.0 lib/phlex/icons/remix/knife_line.rb
phlex-icons-0.6.0 lib/phlex/icons/remix/knife_line.rb