Sha256: 9bd6d94d1db4239cdc0ca1ed7db5f4981c78526cee8244fafb93dce6b2bc96f3

Contents?: true

Size: 1.17 KB

Versions: 18

Compression:

Stored size: 1.17 KB

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Bootstrap
      class CpuFill < Base
        def view_template
          svg(
            **attrs,
            xmlns: 'http://www.w3.org/2000/svg',
            fill: 'currentColor',
            viewbox: '0 0 16 16'
          ) do |s|
            s.path(
              d:
                'M6.5 6a.5.5 0 0 0-.5.5v3a.5.5 0 0 0 .5.5h3a.5.5 0 0 0 .5-.5v-3a.5.5 0 0 0-.5-.5z'
            )
            s.path(
              d:
                'M5.5.5a.5.5 0 0 0-1 0V2A2.5 2.5 0 0 0 2 4.5H.5a.5.5 0 0 0 0 1H2v1H.5a.5.5 0 0 0 0 1H2v1H.5a.5.5 0 0 0 0 1H2v1H.5a.5.5 0 0 0 0 1H2A2.5 2.5 0 0 0 4.5 14v1.5a.5.5 0 0 0 1 0V14h1v1.5a.5.5 0 0 0 1 0V14h1v1.5a.5.5 0 0 0 1 0V14h1v1.5a.5.5 0 0 0 1 0V14a2.5 2.5 0 0 0 2.5-2.5h1.5a.5.5 0 0 0 0-1H14v-1h1.5a.5.5 0 0 0 0-1H14v-1h1.5a.5.5 0 0 0 0-1H14v-1h1.5a.5.5 0 0 0 0-1H14A2.5 2.5 0 0 0 11.5 2V.5a.5.5 0 0 0-1 0V2h-1V.5a.5.5 0 0 0-1 0V2h-1V.5a.5.5 0 0 0-1 0V2h-1zm1 4.5h3A1.5 1.5 0 0 1 11 6.5v3A1.5 1.5 0 0 1 9.5 11h-3A1.5 1.5 0 0 1 5 9.5v-3A1.5 1.5 0 0 1 6.5 5'
            )
          end
        end
      end
    end
  end
end
# rubocop:enable Layout/LineLength

Version data entries

18 entries across 18 versions & 2 rubygems

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