Sha256: cf79aaa7dcd487f73a45b944385e429b59f8a553127c381684e9e4b74350ad5c

Contents?: true

Size: 708 Bytes

Versions: 16

Compression:

Stored size: 708 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Bootstrap
      class VolumeOff < 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:
                'M10.717 3.55A.5.5 0 0 1 11 4v8a.5.5 0 0 1-.812.39L7.825 10.5H5.5A.5.5 0 0 1 5 10V6a.5.5 0 0 1 .5-.5h2.325l2.363-1.89a.5.5 0 0 1 .529-.06M10 5.04 8.312 6.39A.5.5 0 0 1 8 6.5H6v3h2a.5.5 0 0 1 .312.11L10 10.96z'
            )
          end
        end
      end
    end
  end
end
# rubocop:enable Layout/LineLength

Version data entries

16 entries across 16 versions & 2 rubygems

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