Sha256: 066280709cf2b2e2305be28f5d924b3eecdbf9b4a9670083d3790586bb7e4a9a

Contents?: true

Size: 1.16 KB

Versions: 24

Compression:

Stored size: 1.16 KB

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Remix
      class PaletteFill < 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 2C17.5222 2 22 5.97778 22 10.8889C22 13.9556 19.5111 16.4444 16.4444 16.4444H14.4778C13.5556 16.4444 12.8111 17.1889 12.8111 18.1111C12.8111 18.5333 12.9778 18.9222 13.2333 19.2111C13.5 19.5111 13.6667 19.9 13.6667 20.3333C13.6667 21.2556 12.9 22 12 22C6.47778 22 2 17.5222 2 12C2 6.47778 6.47778 2 12 2ZM7.5 12C8.32843 12 9 11.3284 9 10.5C9 9.67157 8.32843 9 7.5 9C6.67157 9 6 9.67157 6 10.5C6 11.3284 6.67157 12 7.5 12ZM16.5 12C17.3284 12 18 11.3284 18 10.5C18 9.67157 17.3284 9 16.5 9C15.6716 9 15 9.67157 15 10.5C15 11.3284 15.6716 12 16.5 12ZM12 9C12.8284 9 13.5 8.32843 13.5 7.5C13.5 6.67157 12.8284 6 12 6C11.1716 6 10.5 6.67157 10.5 7.5C10.5 8.32843 11.1716 9 12 9Z'
            )
          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/palette_fill.rb
phlex-icons-0.17.0 lib/phlex/icons/remix/palette_fill.rb
phlex-icons-0.16.0 lib/phlex/icons/remix/palette_fill.rb
phlex-icons-remix-0.16.0 lib/phlex/icons/remix/palette_fill.rb
phlex-icons-0.15.0 lib/phlex/icons/remix/palette_fill.rb
phlex-icons-remix-0.15.0 lib/phlex/icons/remix/palette_fill.rb
phlex-icons-0.14.0 lib/phlex/icons/remix/palette_fill.rb
phlex-icons-remix-0.14.0 lib/phlex/icons/remix/palette_fill.rb
phlex-icons-remix-0.13.0 lib/phlex/icons/remix/palette_fill.rb
phlex-icons-0.13.0 lib/phlex/icons/remix/palette_fill.rb
phlex-icons-0.12.0 lib/phlex/icons/remix/palette_fill.rb
phlex-icons-remix-0.12.0 lib/phlex/icons/remix/palette_fill.rb
phlex-icons-0.11.0 lib/phlex/icons/remix/palette_fill.rb
phlex-icons-remix-0.11.0 lib/phlex/icons/remix/palette_fill.rb
phlex-icons-0.10.0 lib/phlex/icons/remix/palette_fill.rb
phlex-icons-0.9.0 lib/phlex/icons/remix/palette_fill.rb
phlex-icons-remix-0.9.0 lib/phlex/icons/remix/palette_fill.rb
phlex-icons-0.8.0 lib/phlex/icons/remix/palette_fill.rb
phlex-icons-0.7.0 lib/phlex/icons/remix/palette_fill.rb
phlex-icons-0.6.0 lib/phlex/icons/remix/palette_fill.rb