Sha256: 79038224cfe06ee25304ef3d586a28f6bb264082d880a9607778a19a0229258b

Contents?: true

Size: 904 Bytes

Versions: 18

Compression:

Stored size: 904 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Remix
      class CentosFill < Base
        def view_template
          svg(
            **attrs,
            viewbox: '0 0 24 24',
            fill: 'currentColor',
            xmlns: 'http://www.w3.org/2000/svg'
          ) do |s|
            s.path(
              d:
                'M12 13.0607L16.47 17.531L12 22L7.53 17.53L12 13.0607ZM3.99968 16.1207L7.87868 19.9997L4 20L3.99968 16.1207ZM19.9997 16.1207L20 20L16.1207 19.9997L19.9997 16.1207ZM17.53 7.53L22 12L17.531 16.47L13.0607 12L17.53 7.53ZM6.47 7.53L10.9393 12L6.469 16.469L2 12L6.47 7.53ZM12 2L16.469 6.469L12 10.9393L7.53 6.47L12 2ZM7.87868 3.99968L3.99968 7.87868L4 4L7.87868 3.99968ZM20 4L19.9997 7.87868L16.1207 3.99968L20 4Z'
            )
          end
        end
      end
    end
  end
end
# rubocop:enable Layout/LineLength

Version data entries

18 entries across 18 versions & 2 rubygems

Version Path
phlex-icons-remix-1.8.0 lib/phlex/icons/remix/centos_fill.rb
phlex-icons-1.8.0 lib/phlex/icons/remix/centos_fill.rb
phlex-icons-1.7.0 lib/phlex/icons/remix/centos_fill.rb
phlex-icons-remix-1.7.0 lib/phlex/icons/remix/centos_fill.rb
phlex-icons-remix-1.6.0 lib/phlex/icons/remix/centos_fill.rb
phlex-icons-1.6.0 lib/phlex/icons/remix/centos_fill.rb
phlex-icons-remix-1.5.0 lib/phlex/icons/remix/centos_fill.rb
phlex-icons-1.5.0 lib/phlex/icons/remix/centos_fill.rb
phlex-icons-1.4.0 lib/phlex/icons/remix/centos_fill.rb
phlex-icons-remix-1.4.0 lib/phlex/icons/remix/centos_fill.rb
phlex-icons-1.3.0 lib/phlex/icons/remix/centos_fill.rb
phlex-icons-remix-1.3.0 lib/phlex/icons/remix/centos_fill.rb
phlex-icons-remix-1.2.0 lib/phlex/icons/remix/centos_fill.rb
phlex-icons-1.2.0 lib/phlex/icons/remix/centos_fill.rb
phlex-icons-remix-1.1.0 lib/phlex/icons/remix/centos_fill.rb
phlex-icons-1.1.0 lib/phlex/icons/remix/centos_fill.rb
phlex-icons-1.0.0 lib/phlex/icons/remix/centos_fill.rb
phlex-icons-remix-1.0.0 lib/phlex/icons/remix/centos_fill.rb