Sha256: 71aad21bfb91c6a858e3eb48fb3dda90c8d48de461f023544a31c0dd349d873b

Contents?: true

Size: 926 Bytes

Versions: 24

Compression:

Stored size: 926 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Remix
      class RefreshLine < 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:
                'M5.46257 4.43262C7.21556 2.91688 9.5007 2 12 2C17.5228 2 22 6.47715 22 12C22 14.1361 21.3302 16.1158 20.1892 17.7406L17 12H20C20 7.58172 16.4183 4 12 4C9.84982 4 7.89777 4.84827 6.46023 6.22842L5.46257 4.43262ZM18.5374 19.5674C16.7844 21.0831 14.4993 22 12 22C6.47715 22 2 17.5228 2 12C2 9.86386 2.66979 7.88416 3.8108 6.25944L7 12H4C4 16.4183 7.58172 20 12 20C14.1502 20 16.1022 19.1517 17.5398 17.7716L18.5374 19.5674Z'
            )
          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/refresh_line.rb
phlex-icons-0.17.0 lib/phlex/icons/remix/refresh_line.rb
phlex-icons-0.16.0 lib/phlex/icons/remix/refresh_line.rb
phlex-icons-remix-0.16.0 lib/phlex/icons/remix/refresh_line.rb
phlex-icons-0.15.0 lib/phlex/icons/remix/refresh_line.rb
phlex-icons-remix-0.15.0 lib/phlex/icons/remix/refresh_line.rb
phlex-icons-0.14.0 lib/phlex/icons/remix/refresh_line.rb
phlex-icons-remix-0.14.0 lib/phlex/icons/remix/refresh_line.rb
phlex-icons-remix-0.13.0 lib/phlex/icons/remix/refresh_line.rb
phlex-icons-0.13.0 lib/phlex/icons/remix/refresh_line.rb
phlex-icons-0.12.0 lib/phlex/icons/remix/refresh_line.rb
phlex-icons-remix-0.12.0 lib/phlex/icons/remix/refresh_line.rb
phlex-icons-0.11.0 lib/phlex/icons/remix/refresh_line.rb
phlex-icons-remix-0.11.0 lib/phlex/icons/remix/refresh_line.rb
phlex-icons-0.10.0 lib/phlex/icons/remix/refresh_line.rb
phlex-icons-0.9.0 lib/phlex/icons/remix/refresh_line.rb
phlex-icons-remix-0.9.0 lib/phlex/icons/remix/refresh_line.rb
phlex-icons-0.8.0 lib/phlex/icons/remix/refresh_line.rb
phlex-icons-0.7.0 lib/phlex/icons/remix/refresh_line.rb
phlex-icons-0.6.0 lib/phlex/icons/remix/refresh_line.rb