Sha256: f5f95ad4b16ef206454439f4665514491a8cd8b223224521fa0733f8583a8ec6

Contents?: true

Size: 1.23 KB

Versions: 24

Compression:

Stored size: 1.23 KB

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Remix
      class TailwindCssFill < 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:
                'M11.9996 4.85999C8.82628 4.85999 6.84294 6.44665 6.04961 9.61999C7.23961 8.03332 8.62794 7.43832 10.2146 7.83499C11.12 8.06109 11.7666 8.71757 12.4835 9.44545C13.6507 10.6295 15.0004 12 17.9496 12C21.1229 12 23.1063 10.4133 23.8996 7.23998C22.7096 8.82665 21.3213 9.42165 19.7346 9.02499C18.8292 8.79889 18.1827 8.1424 17.4657 7.41452C16.2995 6.23047 14.9498 4.85999 11.9996 4.85999ZM6.04961 12C2.87628 12 0.892943 13.5867 0.0996094 16.76C1.28961 15.1733 2.67794 14.5783 4.26461 14.975C5.17 15.2011 5.81657 15.8576 6.53354 16.5855C7.70073 17.7695 9.05039 19.14 11.9996 19.14C15.1729 19.14 17.1563 17.5533 17.9496 14.38C16.7596 15.9667 15.3713 16.5617 13.7846 16.165C12.8792 15.9389 12.2326 15.2824 11.5157 14.5545C10.3495 13.3705 8.99982 12 6.04961 12Z'
            )
          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/tailwind_css_fill.rb
phlex-icons-0.17.0 lib/phlex/icons/remix/tailwind_css_fill.rb
phlex-icons-0.16.0 lib/phlex/icons/remix/tailwind_css_fill.rb
phlex-icons-remix-0.16.0 lib/phlex/icons/remix/tailwind_css_fill.rb
phlex-icons-0.15.0 lib/phlex/icons/remix/tailwind_css_fill.rb
phlex-icons-remix-0.15.0 lib/phlex/icons/remix/tailwind_css_fill.rb
phlex-icons-0.14.0 lib/phlex/icons/remix/tailwind_css_fill.rb
phlex-icons-remix-0.14.0 lib/phlex/icons/remix/tailwind_css_fill.rb
phlex-icons-remix-0.13.0 lib/phlex/icons/remix/tailwind_css_fill.rb
phlex-icons-0.13.0 lib/phlex/icons/remix/tailwind_css_fill.rb
phlex-icons-0.12.0 lib/phlex/icons/remix/tailwind_css_fill.rb
phlex-icons-remix-0.12.0 lib/phlex/icons/remix/tailwind_css_fill.rb
phlex-icons-0.11.0 lib/phlex/icons/remix/tailwind_css_fill.rb
phlex-icons-remix-0.11.0 lib/phlex/icons/remix/tailwind_css_fill.rb
phlex-icons-0.10.0 lib/phlex/icons/remix/tailwind_css_fill.rb
phlex-icons-0.9.0 lib/phlex/icons/remix/tailwind_css_fill.rb
phlex-icons-remix-0.9.0 lib/phlex/icons/remix/tailwind_css_fill.rb
phlex-icons-0.8.0 lib/phlex/icons/remix/tailwind_css_fill.rb
phlex-icons-0.7.0 lib/phlex/icons/remix/tailwind_css_fill.rb
phlex-icons-0.6.0 lib/phlex/icons/remix/tailwind_css_fill.rb