Sha256: cf111eaccb051e4b77ba9ab58c2a433686972b76d13e7ff0bd88a1d47cfaeef0

Contents?: true

Size: 1.39 KB

Versions: 24

Compression:

Stored size: 1.39 KB

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Remix
      class SpotifyFill < 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:
                'M12.001 2C6.50098 2 2.00098 6.5 2.00098 12C2.00098 17.5 6.50098 22 12.001 22C17.501 22 22.001 17.5 22.001 12C22.001 6.5 17.551 2 12.001 2ZM15.751 16.65C13.401 15.2 10.451 14.8992 6.95014 15.6992C6.60181 15.8008 6.30098 15.55 6.20098 15.25C6.10098 14.8992 6.35098 14.6 6.65098 14.5C10.451 13.6492 13.751 14 16.351 15.6C16.701 15.75 16.7501 16.1492 16.6018 16.45C16.4018 16.7492 16.0518 16.85 15.751 16.65ZM16.7501 13.95C14.051 12.3 9.95098 11.8 6.80098 12.8C6.40181 12.9 5.95098 12.7 5.85098 12.3C5.75098 11.9 5.95098 11.4492 6.35098 11.3492C10.001 10.25 14.501 10.8008 17.601 12.7C17.9018 12.8508 18.051 13.35 17.8018 13.7C17.551 14.05 17.101 14.2 16.7501 13.95ZM6.30098 9.75083C5.80098 9.9 5.30098 9.6 5.15098 9.15C5.00098 8.64917 5.30098 8.15 5.75098 7.99917C9.30098 6.94917 15.151 7.14917 18.8518 9.35C19.301 9.6 19.451 10.2 19.201 10.65C18.9518 11.0008 18.351 11.1492 17.9018 10.9C14.701 9 9.35098 8.8 6.30098 9.75083Z'
            )
          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/spotify_fill.rb
phlex-icons-0.17.0 lib/phlex/icons/remix/spotify_fill.rb
phlex-icons-0.16.0 lib/phlex/icons/remix/spotify_fill.rb
phlex-icons-remix-0.16.0 lib/phlex/icons/remix/spotify_fill.rb
phlex-icons-0.15.0 lib/phlex/icons/remix/spotify_fill.rb
phlex-icons-remix-0.15.0 lib/phlex/icons/remix/spotify_fill.rb
phlex-icons-0.14.0 lib/phlex/icons/remix/spotify_fill.rb
phlex-icons-remix-0.14.0 lib/phlex/icons/remix/spotify_fill.rb
phlex-icons-remix-0.13.0 lib/phlex/icons/remix/spotify_fill.rb
phlex-icons-0.13.0 lib/phlex/icons/remix/spotify_fill.rb
phlex-icons-0.12.0 lib/phlex/icons/remix/spotify_fill.rb
phlex-icons-remix-0.12.0 lib/phlex/icons/remix/spotify_fill.rb
phlex-icons-0.11.0 lib/phlex/icons/remix/spotify_fill.rb
phlex-icons-remix-0.11.0 lib/phlex/icons/remix/spotify_fill.rb
phlex-icons-0.10.0 lib/phlex/icons/remix/spotify_fill.rb
phlex-icons-0.9.0 lib/phlex/icons/remix/spotify_fill.rb
phlex-icons-remix-0.9.0 lib/phlex/icons/remix/spotify_fill.rb
phlex-icons-0.8.0 lib/phlex/icons/remix/spotify_fill.rb
phlex-icons-0.7.0 lib/phlex/icons/remix/spotify_fill.rb
phlex-icons-0.6.0 lib/phlex/icons/remix/spotify_fill.rb