Sha256: cfd8ae4334a7889d0c988a509969c9afb8cf264062beadf52788ac60cb9994b2

Contents?: true

Size: 866 Bytes

Versions: 24

Compression:

Stored size: 866 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Remix
      class SlowDownFill < 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:
                'M4 13C4 15.2091 4.89543 17.2091 6.34315 18.6569L4.92893 20.0711C3.11929 18.2614 2 15.7614 2 13 2 7.47715 6.47715 3 12 3 17.5228 3 22 7.47715 22 13 22 15.7614 20.8807 18.2614 19.0711 20.0711L17.6569 18.6569C19.1046 17.2091 20 15.2091 20 13 20 8.58172 16.4183 5 12 5 7.58172 5 4 8.58172 4 13ZM8.70703 8.29297 13.5 12.5 11.5 14.5 7.29282 9.70718 8.70703 8.29297Z'
            )
          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/slow_down_fill.rb
phlex-icons-0.17.0 lib/phlex/icons/remix/slow_down_fill.rb
phlex-icons-0.16.0 lib/phlex/icons/remix/slow_down_fill.rb
phlex-icons-remix-0.16.0 lib/phlex/icons/remix/slow_down_fill.rb
phlex-icons-0.15.0 lib/phlex/icons/remix/slow_down_fill.rb
phlex-icons-remix-0.15.0 lib/phlex/icons/remix/slow_down_fill.rb
phlex-icons-0.14.0 lib/phlex/icons/remix/slow_down_fill.rb
phlex-icons-remix-0.14.0 lib/phlex/icons/remix/slow_down_fill.rb
phlex-icons-remix-0.13.0 lib/phlex/icons/remix/slow_down_fill.rb
phlex-icons-0.13.0 lib/phlex/icons/remix/slow_down_fill.rb
phlex-icons-0.12.0 lib/phlex/icons/remix/slow_down_fill.rb
phlex-icons-remix-0.12.0 lib/phlex/icons/remix/slow_down_fill.rb
phlex-icons-0.11.0 lib/phlex/icons/remix/slow_down_fill.rb
phlex-icons-remix-0.11.0 lib/phlex/icons/remix/slow_down_fill.rb
phlex-icons-0.10.0 lib/phlex/icons/remix/slow_down_fill.rb
phlex-icons-0.9.0 lib/phlex/icons/remix/slow_down_fill.rb
phlex-icons-remix-0.9.0 lib/phlex/icons/remix/slow_down_fill.rb
phlex-icons-0.8.0 lib/phlex/icons/remix/slow_down_fill.rb
phlex-icons-0.7.0 lib/phlex/icons/remix/slow_down_fill.rb
phlex-icons-0.6.0 lib/phlex/icons/remix/slow_down_fill.rb