Sha256: a97a6b3190fc20d68b1ba9b7d7c127d14f3525399cf77754aed971358f8561b8

Contents?: true

Size: 1.26 KB

Versions: 16

Compression:

Stored size: 1.26 KB

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Remix
      class VolumeOffVibrateLine < Base
        def view_template
          svg(
            **attrs,
            viewbox: '0 0 24 24',
            fill: 'currentColor',
            xmlns: 'http://www.w3.org/2000/svg'
          ) do |s|
            s.path(
              d:
                'M19.3891 3.16117L20.8033 4.57538L18.3277 7.04955L20.8033 9.52513L18.3277 11.9993L20.8033 14.4749L18.3284 16.9498L20.8033 19.4246L19.3891 20.8388L15.5 16.9498L17.9749 14.4749L15.5 12L17.9749 9.52513L15.5 7.05026L19.3891 3.16117ZM13 19.9449C13 20.221 12.7761 20.4449 12.5 20.4449C12.3846 20.4449 12.2727 20.405 12.1834 20.3319L6.88901 15.9991L3.00001 16C2.44772 16 2.00001 15.5523 2.00001 15V9.00001C2.00001 8.44772 2.44772 8.00001 3.00001 8.00001L5.58362 7.99762L1.80762 4.22183L3.22183 2.80762L12.9996 12.5856L13 19.9449ZM7.58401 9.99811L4.00001 9.999V14L7.60286 13.9989L11 16.779V13.4141L7.58401 9.99811ZM12.887 3.73851C12.9601 3.82784 13 3.93971 13 4.05513V9.75711L11 7.75711V7.22001L10.704 7.46111L9.28301 6.04011L12.1834 3.66815C12.3971 3.49328 12.7121 3.52479 12.887 3.73851Z'
            )
          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/remix/volume_off_vibrate_line.rb
phlex-icons-remix-1.7.0 lib/phlex/icons/remix/volume_off_vibrate_line.rb
phlex-icons-remix-1.6.0 lib/phlex/icons/remix/volume_off_vibrate_line.rb
phlex-icons-1.6.0 lib/phlex/icons/remix/volume_off_vibrate_line.rb
phlex-icons-remix-1.5.0 lib/phlex/icons/remix/volume_off_vibrate_line.rb
phlex-icons-1.5.0 lib/phlex/icons/remix/volume_off_vibrate_line.rb
phlex-icons-1.4.0 lib/phlex/icons/remix/volume_off_vibrate_line.rb
phlex-icons-remix-1.4.0 lib/phlex/icons/remix/volume_off_vibrate_line.rb
phlex-icons-1.3.0 lib/phlex/icons/remix/volume_off_vibrate_line.rb
phlex-icons-remix-1.3.0 lib/phlex/icons/remix/volume_off_vibrate_line.rb
phlex-icons-remix-1.2.0 lib/phlex/icons/remix/volume_off_vibrate_line.rb
phlex-icons-1.2.0 lib/phlex/icons/remix/volume_off_vibrate_line.rb
phlex-icons-remix-1.1.0 lib/phlex/icons/remix/volume_off_vibrate_line.rb
phlex-icons-1.1.0 lib/phlex/icons/remix/volume_off_vibrate_line.rb
phlex-icons-1.0.0 lib/phlex/icons/remix/volume_off_vibrate_line.rb
phlex-icons-remix-1.0.0 lib/phlex/icons/remix/volume_off_vibrate_line.rb