Sha256: 70c53de2dd1e1ea458406ab6075da265959a2bb7af863b7682b47a6c0aa62f38

Contents?: true

Size: 1.24 KB

Versions: 14

Compression:

Stored size: 1.24 KB

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Bootstrap
      class Boombox < Base
        def view_template
          svg(
            **attrs,
            xmlns: 'http://www.w3.org/2000/svg',
            fill: 'currentColor',
            viewbox: '0 0 16 16'
          ) do |s|
            s.path(
              d:
                'M2.5 5a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1m2 0a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1m7.5-.5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0m1.5.5a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1m-7-1a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1zm5.5 6.5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0'
            )
            s.path(
              d:
                'M11.5 13a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5m0-1a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3M5 10.5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0'
            )
            s.path(
              d:
                'M7 10.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0m-1 0a1.5 1.5 0 1 0-3 0 1.5 1.5 0 0 0 3 0'
            )
            s.path(
              d:
                'M14 0a.5.5 0 0 1 .5.5V2h.5a1 1 0 0 1 1 1v11a1 1 0 0 1-1 1H1a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1h12.5V.5A.5.5 0 0 1 14 0M1 3v3h14V3zm14 4H1v7h14z'
            )
          end
        end
      end
    end
  end
end
# rubocop:enable Layout/LineLength

Version data entries

14 entries across 14 versions & 2 rubygems

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