Sha256: 1506e06d66ba45bd18d4724ebcf7d98fac08d934dd9614499db3f8bd439dbd03

Contents?: true

Size: 1.79 KB

Versions: 14

Compression:

Stored size: 1.79 KB

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Tabler
      class BellRinging2 < Base
        def filled
          svg(
            **attrs,
            xmlns: 'http://www.w3.org/2000/svg',
            viewbox: '0 0 24 24',
            fill: 'currentColor'
          ) do |s|
            s.path(
              d:
                'M9.63 17.531c.612 .611 .211 1.658 -.652 1.706a3.992 3.992 0 0 1 -3.05 -1.166a3.992 3.992 0 0 1 -1.165 -3.049c.046 -.826 1.005 -1.228 1.624 -.726l.082 .074l3.161 3.16z'
            )
            s.path(
              d:
                'M20.071 3.929c.96 .96 1.134 2.41 .52 3.547l-.09 .153l-.024 .036a8.013 8.013 0 0 1 -1.446 7.137l-.183 .223l-.191 .218l-2.073 2.072l-.08 .112a3 3 0 0 0 -.499 2.113l.035 .201l.045 .185c.264 .952 -.853 1.645 -1.585 1.051l-.086 -.078l-11.313 -11.313c-.727 -.727 -.017 -1.945 .973 -1.671a3 3 0 0 0 2.5 -.418l.116 -.086l2.101 -2.1a8 8 0 0 1 7.265 -1.86l.278 .071l.037 -.023a3.003 3.003 0 0 1 3.432 .192l.14 .117l.128 .12z'
            )
          end
        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:
                'M19.364 4.636a2 2 0 0 1 0 2.828a7 7 0 0 1 -1.414 7.072l-2.122 2.12a4 4 0 0 0 -.707 3.536l-11.313 -11.312a4 4 0 0 0 3.535 -.707l2.121 -2.123a7 7 0 0 1 7.072 -1.414a2 2 0 0 1 2.828 0z'
            )
            s.path(d: 'M7.343 12.414l-.707 .707a3 3 0 0 0 4.243 4.243l.707 -.707')
          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_ringing_2.rb
phlex-icons-1.6.0 lib/phlex/icons/tabler/bell_ringing_2.rb
phlex-icons-tabler-1.5.0 lib/phlex/icons/tabler/bell_ringing_2.rb
phlex-icons-1.5.0 lib/phlex/icons/tabler/bell_ringing_2.rb
phlex-icons-tabler-1.4.0 lib/phlex/icons/tabler/bell_ringing_2.rb
phlex-icons-1.4.0 lib/phlex/icons/tabler/bell_ringing_2.rb
phlex-icons-1.3.0 lib/phlex/icons/tabler/bell_ringing_2.rb
phlex-icons-tabler-1.3.0 lib/phlex/icons/tabler/bell_ringing_2.rb
phlex-icons-tabler-1.2.0 lib/phlex/icons/tabler/bell_ringing_2.rb
phlex-icons-1.2.0 lib/phlex/icons/tabler/bell_ringing_2.rb
phlex-icons-tabler-1.1.0 lib/phlex/icons/tabler/bell_ringing_2.rb
phlex-icons-1.1.0 lib/phlex/icons/tabler/bell_ringing_2.rb
phlex-icons-1.0.0 lib/phlex/icons/tabler/bell_ringing_2.rb
phlex-icons-tabler-1.0.0 lib/phlex/icons/tabler/bell_ringing_2.rb