Sha256: 48fd6289b424ab4782b6fe3e98e071a529a05cf1b48d54805ff80332ace970fd

Contents?: true

Size: 1.13 KB

Versions: 16

Compression:

Stored size: 1.13 KB

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Bootstrap
      class VolumeUpFill < 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:
                'M11.536 14.01A8.47 8.47 0 0 0 14.026 8a8.47 8.47 0 0 0-2.49-6.01l-.708.707A7.48 7.48 0 0 1 13.025 8c0 2.071-.84 3.946-2.197 5.303z'
            )
            s.path(
              d:
                'M10.121 12.596A6.48 6.48 0 0 0 12.025 8a6.48 6.48 0 0 0-1.904-4.596l-.707.707A5.48 5.48 0 0 1 11.025 8a5.48 5.48 0 0 1-1.61 3.89z'
            )
            s.path(
              d:
                'M8.707 11.182A4.5 4.5 0 0 0 10.025 8a4.5 4.5 0 0 0-1.318-3.182L8 5.525A3.5 3.5 0 0 1 9.025 8 3.5 3.5 0 0 1 8 10.475zM6.717 3.55A.5.5 0 0 1 7 4v8a.5.5 0 0 1-.812.39L3.825 10.5H1.5A.5.5 0 0 1 1 10V6a.5.5 0 0 1 .5-.5h2.325l2.363-1.89a.5.5 0 0 1 .529-.06'
            )
          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_up_fill.rb
phlex-icons-bootstrap-1.7.0 lib/phlex/icons/bootstrap/volume_up_fill.rb
phlex-icons-bootstrap-1.6.0 lib/phlex/icons/bootstrap/volume_up_fill.rb
phlex-icons-1.6.0 lib/phlex/icons/bootstrap/volume_up_fill.rb
phlex-icons-1.5.0 lib/phlex/icons/bootstrap/volume_up_fill.rb
phlex-icons-bootstrap-1.5.0 lib/phlex/icons/bootstrap/volume_up_fill.rb
phlex-icons-1.4.0 lib/phlex/icons/bootstrap/volume_up_fill.rb
phlex-icons-bootstrap-1.4.0 lib/phlex/icons/bootstrap/volume_up_fill.rb
phlex-icons-1.3.0 lib/phlex/icons/bootstrap/volume_up_fill.rb
phlex-icons-bootstrap-1.3.0 lib/phlex/icons/bootstrap/volume_up_fill.rb
phlex-icons-bootstrap-1.2.0 lib/phlex/icons/bootstrap/volume_up_fill.rb
phlex-icons-1.2.0 lib/phlex/icons/bootstrap/volume_up_fill.rb
phlex-icons-bootstrap-1.1.0 lib/phlex/icons/bootstrap/volume_up_fill.rb
phlex-icons-1.1.0 lib/phlex/icons/bootstrap/volume_up_fill.rb
phlex-icons-1.0.0 lib/phlex/icons/bootstrap/volume_up_fill.rb
phlex-icons-bootstrap-1.0.0 lib/phlex/icons/bootstrap/volume_up_fill.rb