Sha256: 959b6f163abb05c438d7d819d0fbc277deb6d53661adabd8e37bd986ef139a56

Contents?: true

Size: 1.12 KB

Versions: 14

Compression:

Stored size: 1.12 KB

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Bootstrap
      class EightSquareFill < 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.623 6.094c0 .738.586 1.254 1.383 1.254s1.377-.516 1.377-1.254c0-.733-.58-1.23-1.377-1.23s-1.383.497-1.383 1.23m-.281 3.644c0 .838.72 1.412 1.664 1.412.943 0 1.658-.574 1.658-1.412 0-.843-.715-1.424-1.658-1.424-.944 0-1.664.58-1.664 1.424'
            )
            s.path(
              d:
                'M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zm8.97 9.803c0 1.394-1.218 2.355-2.988 2.355-1.763 0-2.953-.955-2.953-2.344 0-1.271.95-1.851 1.647-2.003v-.065c-.621-.193-1.33-.738-1.33-1.781 0-1.225 1.09-2.121 2.66-2.121s2.654.896 2.654 2.12c0 1.061-.738 1.595-1.336 1.782v.065c.703.152 1.647.744 1.647 1.992Z'
            )
          end
        end
      end
    end
  end
end
# rubocop:enable Layout/LineLength

Version data entries

14 entries across 14 versions & 2 rubygems

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