Sha256: 4b50f14492c5f339162a73934a576fc6c6da0a15108f42ae046eb9a79b761142

Contents?: true

Size: 952 Bytes

Versions: 12

Compression:

Stored size: 952 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Tabler
      class BrandWish < Base
        def filled
          raise NotImplementedError
        end

        def outline
          svg(
            class: classes,
            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:
                'M2 6l5.981 2.392l-.639 6.037c-.18 .893 .06 1.819 .65 2.514a3 3 0 0 0 2.381 1.057a4.328 4.328 0 0 0 4.132 -3.57c-.18 .893 .06 1.819 .65 2.514a3 3 0 0 0 2.38 1.056a4.328 4.328 0 0 0 4.132 -3.57l.333 -4.633'
            )
            s.path(d: 'M14.504 14.429l.334 -3')
          end
        end
      end
    end
  end
end
# rubocop:enable Layout/LineLength

Version data entries

12 entries across 12 versions & 2 rubygems

Version Path
phlex-icons-tabler-0.17.0 lib/phlex/icons/tabler/brand_wish.rb
phlex-icons-0.17.0 lib/phlex/icons/tabler/brand_wish.rb
phlex-icons-tabler-0.16.0 lib/phlex/icons/tabler/brand_wish.rb
phlex-icons-0.16.0 lib/phlex/icons/tabler/brand_wish.rb
phlex-icons-tabler-0.15.0 lib/phlex/icons/tabler/brand_wish.rb
phlex-icons-0.15.0 lib/phlex/icons/tabler/brand_wish.rb
phlex-icons-tabler-0.14.0 lib/phlex/icons/tabler/brand_wish.rb
phlex-icons-0.14.0 lib/phlex/icons/tabler/brand_wish.rb
phlex-icons-tabler-0.13.0 lib/phlex/icons/tabler/brand_wish.rb
phlex-icons-0.13.0 lib/phlex/icons/tabler/brand_wish.rb
phlex-icons-0.12.0 lib/phlex/icons/tabler/brand_wish.rb
phlex-icons-tabler-0.12.0 lib/phlex/icons/tabler/brand_wish.rb