Sha256: 6fb7e079755c5996953870015e054a4cf09de2875b42b25ac2cc038bca846951

Contents?: true

Size: 1.02 KB

Versions: 18

Compression:

Stored size: 1.02 KB

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Bootstrap
      class ExclamationTriangle < 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.938 2.016A.13.13 0 0 1 8.002 2a.13.13 0 0 1 .063.016.15.15 0 0 1 .054.057l6.857 11.667c.036.06.035.124.002.183a.2.2 0 0 1-.054.06.1.1 0 0 1-.066.017H1.146a.1.1 0 0 1-.066-.017.2.2 0 0 1-.054-.06.18.18 0 0 1 .002-.183L7.884 2.073a.15.15 0 0 1 .054-.057m1.044-.45a1.13 1.13 0 0 0-1.96 0L.165 13.233c-.457.778.091 1.767.98 1.767h13.713c.889 0 1.438-.99.98-1.767z'
            )
            s.path(
              d:
                'M7.002 12a1 1 0 1 1 2 0 1 1 0 0 1-2 0M7.1 5.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

18 entries across 18 versions & 2 rubygems

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