Sha256: d02061e7ef4421fe6b166dcfd25c5bc4981bf0249ef0644bb1a4276f29f0208f

Contents?: true

Size: 1013 Bytes

Versions: 16

Compression:

Stored size: 1013 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Remix
      class SyringeLine < 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:
                'M21.6779 7.97918L20.2637 9.39339L18.1424 7.27207L16.021 9.39339L19.5566 12.9289L18.1424 14.3431L17.4353 13.636L11.0713 20H5.41444L3.29312 22.1213L1.87891 20.7071L4.00023 18.5858V12.9289L10.3642 6.56497L9.65708 5.85786L11.0713 4.44365L14.6068 7.97918L16.7281 5.85786L14.6068 3.73654L16.021 2.32233L21.6779 7.97918ZM16.021 12.2218L11.7784 7.97918L10.3642 9.39339L12.4855 11.5147L11.0713 12.9289L8.94997 10.8076L7.53576 12.2218L9.65708 14.3431L8.24287 15.7574L6.12155 13.636L6.00023 13.7574V18H10.2429L16.021 12.2218Z'
            )
          end
        end
      end
    end
  end
end
# rubocop:enable Layout/LineLength

Version data entries

16 entries across 16 versions & 2 rubygems

Version Path
phlex-icons-1.7.0 lib/phlex/icons/remix/syringe_line.rb
phlex-icons-remix-1.7.0 lib/phlex/icons/remix/syringe_line.rb
phlex-icons-remix-1.6.0 lib/phlex/icons/remix/syringe_line.rb
phlex-icons-1.6.0 lib/phlex/icons/remix/syringe_line.rb
phlex-icons-remix-1.5.0 lib/phlex/icons/remix/syringe_line.rb
phlex-icons-1.5.0 lib/phlex/icons/remix/syringe_line.rb
phlex-icons-1.4.0 lib/phlex/icons/remix/syringe_line.rb
phlex-icons-remix-1.4.0 lib/phlex/icons/remix/syringe_line.rb
phlex-icons-1.3.0 lib/phlex/icons/remix/syringe_line.rb
phlex-icons-remix-1.3.0 lib/phlex/icons/remix/syringe_line.rb
phlex-icons-remix-1.2.0 lib/phlex/icons/remix/syringe_line.rb
phlex-icons-1.2.0 lib/phlex/icons/remix/syringe_line.rb
phlex-icons-remix-1.1.0 lib/phlex/icons/remix/syringe_line.rb
phlex-icons-1.1.0 lib/phlex/icons/remix/syringe_line.rb
phlex-icons-1.0.0 lib/phlex/icons/remix/syringe_line.rb
phlex-icons-remix-1.0.0 lib/phlex/icons/remix/syringe_line.rb