Sha256: 2003e5eaa199d1518343a38c21a14264ad61aaea41449c12c16ebf2205e7a22e

Contents?: true

Size: 713 Bytes

Versions: 24

Compression:

Stored size: 713 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Remix
      class CloseFill < 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.9997 10.5865L16.9495 5.63672L18.3637 7.05093L13.4139 12.0007L18.3637 16.9504L16.9495 18.3646L11.9997 13.4149L7.04996 18.3646L5.63574 16.9504L10.5855 12.0007L5.63574 7.05093L7.04996 5.63672L11.9997 10.5865Z'
            )
          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/close_fill.rb
phlex-icons-0.17.0 lib/phlex/icons/remix/close_fill.rb
phlex-icons-0.16.0 lib/phlex/icons/remix/close_fill.rb
phlex-icons-remix-0.16.0 lib/phlex/icons/remix/close_fill.rb
phlex-icons-0.15.0 lib/phlex/icons/remix/close_fill.rb
phlex-icons-remix-0.15.0 lib/phlex/icons/remix/close_fill.rb
phlex-icons-0.14.0 lib/phlex/icons/remix/close_fill.rb
phlex-icons-remix-0.14.0 lib/phlex/icons/remix/close_fill.rb
phlex-icons-remix-0.13.0 lib/phlex/icons/remix/close_fill.rb
phlex-icons-0.13.0 lib/phlex/icons/remix/close_fill.rb
phlex-icons-0.12.0 lib/phlex/icons/remix/close_fill.rb
phlex-icons-remix-0.12.0 lib/phlex/icons/remix/close_fill.rb
phlex-icons-0.11.0 lib/phlex/icons/remix/close_fill.rb
phlex-icons-remix-0.11.0 lib/phlex/icons/remix/close_fill.rb
phlex-icons-0.10.0 lib/phlex/icons/remix/close_fill.rb
phlex-icons-0.9.0 lib/phlex/icons/remix/close_fill.rb
phlex-icons-remix-0.9.0 lib/phlex/icons/remix/close_fill.rb
phlex-icons-0.8.0 lib/phlex/icons/remix/close_fill.rb
phlex-icons-0.7.0 lib/phlex/icons/remix/close_fill.rb
phlex-icons-0.6.0 lib/phlex/icons/remix/close_fill.rb