Sha256: 0b9844c9d903a5aa3951774863ecaed31561bbb6a43ec58482094990519a777f

Contents?: true

Size: 533 Bytes

Versions: 14

Compression:

Stored size: 533 Bytes

Contents

# frozen_string_literal: true

module Phlex
  module Icons
    module Bootstrap
      class Exclamation < 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:
                '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.553.553 0 0 1-1.1 0z'
            )
          end
        end
      end
    end
  end
end

Version data entries

14 entries across 14 versions & 2 rubygems

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