Sha256: fe25255fcf0d4d86351755a90d7a96dea9b9df745f76901955149829c3f7ee11

Contents?: true

Size: 939 Bytes

Versions: 24

Compression:

Stored size: 939 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Remix
      class Sparkling2Fill < 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:
                'M17.0007 1.20825 18.3195 3.68108 20.7923 4.99992 18.3195 6.31876 17.0007 8.79159 15.6818 6.31876 13.209 4.99992 15.6818 3.68108 17.0007 1.20825ZM8.00065 4.33325 10.6673 9.33325 15.6673 11.9999 10.6673 14.6666 8.00065 19.6666 5.33398 14.6666.333984 11.9999 5.33398 9.33325 8.00065 4.33325ZM19.6673 16.3333 18.0007 13.2083 16.334 16.3333 13.209 17.9999 16.334 19.6666 18.0007 22.7916 19.6673 19.6666 22.7923 17.9999 19.6673 16.3333Z'
            )
          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/sparkling_2_fill.rb
phlex-icons-0.17.0 lib/phlex/icons/remix/sparkling_2_fill.rb
phlex-icons-0.16.0 lib/phlex/icons/remix/sparkling_2_fill.rb
phlex-icons-remix-0.16.0 lib/phlex/icons/remix/sparkling_2_fill.rb
phlex-icons-0.15.0 lib/phlex/icons/remix/sparkling_2_fill.rb
phlex-icons-remix-0.15.0 lib/phlex/icons/remix/sparkling_2_fill.rb
phlex-icons-0.14.0 lib/phlex/icons/remix/sparkling_2_fill.rb
phlex-icons-remix-0.14.0 lib/phlex/icons/remix/sparkling_2_fill.rb
phlex-icons-remix-0.13.0 lib/phlex/icons/remix/sparkling_2_fill.rb
phlex-icons-0.13.0 lib/phlex/icons/remix/sparkling_2_fill.rb
phlex-icons-0.12.0 lib/phlex/icons/remix/sparkling_2_fill.rb
phlex-icons-remix-0.12.0 lib/phlex/icons/remix/sparkling_2_fill.rb
phlex-icons-0.11.0 lib/phlex/icons/remix/sparkling_2_fill.rb
phlex-icons-remix-0.11.0 lib/phlex/icons/remix/sparkling_2_fill.rb
phlex-icons-0.10.0 lib/phlex/icons/remix/sparkling_2_fill.rb
phlex-icons-0.9.0 lib/phlex/icons/remix/sparkling_2_fill.rb
phlex-icons-remix-0.9.0 lib/phlex/icons/remix/sparkling_2_fill.rb
phlex-icons-0.8.0 lib/phlex/icons/remix/sparkling_2_fill.rb
phlex-icons-0.7.0 lib/phlex/icons/remix/sparkling_2_fill.rb
phlex-icons-0.6.0 lib/phlex/icons/remix/sparkling_2_fill.rb