Sha256: c4e94df19a497bb727dc340ea4bc57c93dbf2cb571542b48832b06f4b2b34d58

Contents?: true

Size: 818 Bytes

Versions: 14

Compression:

Stored size: 818 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Bootstrap
      class ExclamationSquare < 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:
                'M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2z'
            )
            s.path(
              d:
                'M7.002 11a1 1 0 1 1 2 0 1 1 0 0 1-2 0M7.1 4.995a.905.905 0 1 1 1.8 0l-.35 3.507a.552.552 0 0 1-1.1 0z'
            )
          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/exclamation_square.rb
phlex-icons-1.6.0 lib/phlex/icons/bootstrap/exclamation_square.rb
phlex-icons-1.5.0 lib/phlex/icons/bootstrap/exclamation_square.rb
phlex-icons-bootstrap-1.5.0 lib/phlex/icons/bootstrap/exclamation_square.rb
phlex-icons-1.4.0 lib/phlex/icons/bootstrap/exclamation_square.rb
phlex-icons-bootstrap-1.4.0 lib/phlex/icons/bootstrap/exclamation_square.rb
phlex-icons-1.3.0 lib/phlex/icons/bootstrap/exclamation_square.rb
phlex-icons-bootstrap-1.3.0 lib/phlex/icons/bootstrap/exclamation_square.rb
phlex-icons-bootstrap-1.2.0 lib/phlex/icons/bootstrap/exclamation_square.rb
phlex-icons-1.2.0 lib/phlex/icons/bootstrap/exclamation_square.rb
phlex-icons-bootstrap-1.1.0 lib/phlex/icons/bootstrap/exclamation_square.rb
phlex-icons-1.1.0 lib/phlex/icons/bootstrap/exclamation_square.rb
phlex-icons-1.0.0 lib/phlex/icons/bootstrap/exclamation_square.rb
phlex-icons-bootstrap-1.0.0 lib/phlex/icons/bootstrap/exclamation_square.rb