Sha256: 2ade9bc473ccb88d44fc283f8fec05edeb628050c93e3e2a69c5b29fc00a0a20

Contents?: true

Size: 1007 Bytes

Versions: 24

Compression:

Stored size: 1007 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Remix
      class PaintFill < 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:
                'M19.2277 18.7323L20.9955 16.9645L22.7632 18.7323C23.7395 19.7086 23.7395 21.2915 22.7632 22.2678C21.7869 23.2441 20.204 23.2441 19.2277 22.2678C18.2514 21.2915 18.2514 19.7086 19.2277 18.7323ZM8.87861 1.07971L20.1923 12.3934C20.5828 12.7839 20.5828 13.4171 20.1923 13.8076L11.707 22.2929C11.3165 22.6834 10.6833 22.6834 10.2928 22.2929L1.80754 13.8076C1.41702 13.4171 1.41702 12.7839 1.80754 12.3934L9.58572 4.61525L7.4644 2.49393L8.87861 1.07971ZM10.9999 6.02946L3.92886 13.1005H18.071L10.9999 6.02946Z'
            )
          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/paint_fill.rb
phlex-icons-0.17.0 lib/phlex/icons/remix/paint_fill.rb
phlex-icons-0.16.0 lib/phlex/icons/remix/paint_fill.rb
phlex-icons-remix-0.16.0 lib/phlex/icons/remix/paint_fill.rb
phlex-icons-0.15.0 lib/phlex/icons/remix/paint_fill.rb
phlex-icons-remix-0.15.0 lib/phlex/icons/remix/paint_fill.rb
phlex-icons-0.14.0 lib/phlex/icons/remix/paint_fill.rb
phlex-icons-remix-0.14.0 lib/phlex/icons/remix/paint_fill.rb
phlex-icons-remix-0.13.0 lib/phlex/icons/remix/paint_fill.rb
phlex-icons-0.13.0 lib/phlex/icons/remix/paint_fill.rb
phlex-icons-0.12.0 lib/phlex/icons/remix/paint_fill.rb
phlex-icons-remix-0.12.0 lib/phlex/icons/remix/paint_fill.rb
phlex-icons-0.11.0 lib/phlex/icons/remix/paint_fill.rb
phlex-icons-remix-0.11.0 lib/phlex/icons/remix/paint_fill.rb
phlex-icons-0.10.0 lib/phlex/icons/remix/paint_fill.rb
phlex-icons-0.9.0 lib/phlex/icons/remix/paint_fill.rb
phlex-icons-remix-0.9.0 lib/phlex/icons/remix/paint_fill.rb
phlex-icons-0.8.0 lib/phlex/icons/remix/paint_fill.rb
phlex-icons-0.7.0 lib/phlex/icons/remix/paint_fill.rb
phlex-icons-0.6.0 lib/phlex/icons/remix/paint_fill.rb