Sha256: 72a41e8d5f08f31710b5d6b0c9868022c860ac30019c2d098ba64d3c62844d50

Contents?: true

Size: 741 Bytes

Versions: 25

Compression:

Stored size: 741 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Bootstrap
      class BellSlashFill < Base
        def view_template
          svg(
            class: classes,
            xmlns: 'http://www.w3.org/2000/svg',
            fill: 'currentColor',
            viewbox: '0 0 16 16'
          ) do |s|
            s.path(
              d:
                'M5.164 14H15c-1.5-1-2-5.902-2-7q0-.396-.06-.776zm6.288-10.617A5 5 0 0 0 8.995 2.1a1 1 0 1 0-1.99 0A5 5 0 0 0 3 7c0 .898-.335 4.342-1.278 6.113zM10 15a2 2 0 1 1-4 0zm-9.375.625a.53.53 0 0 0 .75.75l14.75-14.75a.53.53 0 0 0-.75-.75z'
            )
          end
        end
      end
    end
  end
end
# rubocop:enable Layout/LineLength

Version data entries

25 entries across 25 versions & 2 rubygems

Version Path
phlex-icons-bootstrap-0.17.0 lib/phlex/icons/bootstrap/bell_slash_fill.rb
phlex-icons-0.17.0 lib/phlex/icons/bootstrap/bell_slash_fill.rb
phlex-icons-bootstrap-0.16.0 lib/phlex/icons/bootstrap/bell_slash_fill.rb
phlex-icons-0.16.0 lib/phlex/icons/bootstrap/bell_slash_fill.rb
phlex-icons-0.15.0 lib/phlex/icons/bootstrap/bell_slash_fill.rb
phlex-icons-bootstrap-0.15.0 lib/phlex/icons/bootstrap/bell_slash_fill.rb
phlex-icons-bootstrap-0.14.0 lib/phlex/icons/bootstrap/bell_slash_fill.rb
phlex-icons-0.14.0 lib/phlex/icons/bootstrap/bell_slash_fill.rb
phlex-icons-bootstrap-0.13.0 lib/phlex/icons/bootstrap/bell_slash_fill.rb
phlex-icons-0.13.0 lib/phlex/icons/bootstrap/bell_slash_fill.rb
phlex-icons-0.12.0 lib/phlex/icons/bootstrap/bell_slash_fill.rb
phlex-icons-bootstrap-0.12.0 lib/phlex/icons/bootstrap/bell_slash_fill.rb
phlex-icons-0.11.0 lib/phlex/icons/bootstrap/bell_slash_fill.rb
phlex-icons-bootstrap-0.11.0 lib/phlex/icons/bootstrap/bell_slash_fill.rb
phlex-icons-0.10.0 lib/phlex/icons/bootstrap/bell_slash_fill.rb
phlex-icons-0.9.0 lib/phlex/icons/bootstrap/bell_slash_fill.rb
phlex-icons-bootstrap-0.9.0 lib/phlex/icons/bootstrap/bell_slash_fill.rb
phlex-icons-0.8.0 lib/phlex/icons/bootstrap/bell_slash_fill.rb
phlex-icons-0.7.0 lib/phlex/icons/bootstrap/bell_slash_fill.rb
phlex-icons-0.6.0 lib/phlex/icons/bootstrap/bell_slash_fill.rb