Sha256: c40b982b78b53e63b12001ad5bc5f5b2e868d6b4c6d86273166b356c38e203c9

Contents?: true

Size: 660 Bytes

Versions: 6

Compression:

Stored size: 660 Bytes

Contents

# frozen_string_literal: true

module Phlex
  module Icons
    module Lucide
      class Vegan < Base
        def view_template
          svg(
            **attrs,
            xmlns: 'http://www.w3.org/2000/svg',
            viewbox: '0 0 24 24',
            fill: 'none',
            stroke: 'currentColor',
            stroke_width: '2',
            stroke_linecap: 'round',
            stroke_linejoin: 'round'
          ) do |s|
            s.path(d: 'M16 8q6 0 6-6-6 0-6 6')
            s.path(d: 'M17.41 3.59a10 10 0 1 0 3 3')
            s.path(d: 'M2 2a26.6 26.6 0 0 1 10 20c.9-6.82 1.5-9.5 4-14')
          end
        end
      end
    end
  end
end

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
phlex-icons-lucide-1.8.0 lib/phlex/icons/lucide/vegan.rb
phlex-icons-1.8.0 lib/phlex/icons/lucide/vegan.rb
phlex-icons-1.7.0 lib/phlex/icons/lucide/vegan.rb
phlex-icons-lucide-1.7.0 lib/phlex/icons/lucide/vegan.rb
phlex-icons-1.6.0 lib/phlex/icons/lucide/vegan.rb
phlex-icons-lucide-1.6.0 lib/phlex/icons/lucide/vegan.rb