Sha256: e54b3a78a449c536f35c75b23e2f5e344b2ef6e96b3c4b33ffdcede5103f4ede

Contents?: true

Size: 1.13 KB

Versions: 14

Compression:

Stored size: 1.13 KB

Contents

# frozen_string_literal: true

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

        def outline
          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:
                'M9.5 17h-5.5a4 4 0 0 0 2 -3v-3a7 7 0 0 1 4 -6a2 2 0 1 1 4 0a7 7 0 0 1 3.88 5'
            )
            s.path(d: 'M9 17v1a3 3 0 0 0 2.15 2.878')
            s.path(
              d:
                'M17.8 20.817l-2.172 1.138a.392 .392 0 0 1 -.568 -.41l.415 -2.411l-1.757 -1.707a.389 .389 0 0 1 .217 -.665l2.428 -.352l1.086 -2.193a.392 .392 0 0 1 .702 0l1.086 2.193l2.428 .352a.39 .39 0 0 1 .217 .665l-1.757 1.707l.414 2.41a.39 .39 0 0 1 -.567 .411l-2.172 -1.138z'
            )
          end
        end
      end
    end
  end
end
# rubocop:enable Layout/LineLength

Version data entries

14 entries across 14 versions & 2 rubygems

Version Path
phlex-icons-tabler-1.6.0 lib/phlex/icons/tabler/bell_star.rb
phlex-icons-1.6.0 lib/phlex/icons/tabler/bell_star.rb
phlex-icons-tabler-1.5.0 lib/phlex/icons/tabler/bell_star.rb
phlex-icons-1.5.0 lib/phlex/icons/tabler/bell_star.rb
phlex-icons-tabler-1.4.0 lib/phlex/icons/tabler/bell_star.rb
phlex-icons-1.4.0 lib/phlex/icons/tabler/bell_star.rb
phlex-icons-1.3.0 lib/phlex/icons/tabler/bell_star.rb
phlex-icons-tabler-1.3.0 lib/phlex/icons/tabler/bell_star.rb
phlex-icons-tabler-1.2.0 lib/phlex/icons/tabler/bell_star.rb
phlex-icons-1.2.0 lib/phlex/icons/tabler/bell_star.rb
phlex-icons-tabler-1.1.0 lib/phlex/icons/tabler/bell_star.rb
phlex-icons-1.1.0 lib/phlex/icons/tabler/bell_star.rb
phlex-icons-1.0.0 lib/phlex/icons/tabler/bell_star.rb
phlex-icons-tabler-1.0.0 lib/phlex/icons/tabler/bell_star.rb