Sha256: 43adbe77fbc17aad263db4a66a8edcdcda515c7f1984bff849c33f90356ef017

Contents?: true

Size: 1003 Bytes

Versions: 24

Compression:

Stored size: 1003 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Remix
      class VolumeDownFill < Base
        def view_template
          svg(
            class: classes,
            viewbox: '0 0 24 24',
            fill: 'currentColor',
            xmlns: 'http://www.w3.org/2000/svg'
          ) do |s|
            s.path(
              d:
                'M8.88889 16H5C4.44772 16 4 15.5523 4 15V9.00001C4 8.44772 4.44772 8.00001 5 8.00001H8.88889L14.1834 3.66815C14.3971 3.49329 14.7121 3.52479 14.887 3.73851C14.9601 3.82784 15 3.93971 15 4.05513V19.9449C15 20.221 14.7761 20.4449 14.5 20.4449C14.3846 20.4449 14.2727 20.405 14.1834 20.3319L8.88889 16ZM18.8631 16.5911L17.4411 15.169C18.3892 14.4376 19 13.2901 19 12C19 10.5697 18.2493 9.31469 17.1203 8.6076L18.5589 7.169C20.0396 8.2616 21 10.0187 21 12C21 13.8422 20.1698 15.4904 18.8631 16.5911Z'
            )
          end
        end
      end
    end
  end
end
# rubocop:enable Layout/LineLength

Version data entries

24 entries across 24 versions & 2 rubygems

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