Sha256: d04d70bb78c21b0e6551b2692252a69e9606ec599d0bee91fb0d53fece0738c0

Contents?: true

Size: 1.01 KB

Versions: 25

Compression:

Stored size: 1.01 KB

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Bootstrap
      class EmojiAngryFill < Base
        def view_template
          svg(
            class: classes,
            xmlns: 'http://www.w3.org/2000/svg',
            fill: 'currentColor',
            viewbox: '0 0 16 16'
          ) do |s|
            s.path(
              d:
                'M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16M4.053 4.276a.5.5 0 0 1 .67-.223l2 1a.5.5 0 0 1 .166.76c.071.206.111.44.111.687C7 7.328 6.552 8 6 8s-1-.672-1-1.5c0-.408.109-.778.285-1.049l-1.009-.504a.5.5 0 0 1-.223-.67zm.232 8.157a.5.5 0 0 1-.183-.683A4.5 4.5 0 0 1 8 9.5a4.5 4.5 0 0 1 3.898 2.25.5.5 0 1 1-.866.5A3.5 3.5 0 0 0 8 10.5a3.5 3.5 0 0 0-3.032 1.75.5.5 0 0 1-.683.183M10 8c-.552 0-1-.672-1-1.5 0-.247.04-.48.11-.686a.502.502 0 0 1 .166-.761l2-1a.5.5 0 1 1 .448.894l-1.009.504c.176.27.285.64.285 1.049 0 .828-.448 1.5-1 1.5'
            )
          end
        end
      end
    end
  end
end
# rubocop:enable Layout/LineLength

Version data entries

25 entries across 25 versions & 2 rubygems

Version Path
phlex-icons-bootstrap-0.17.0 lib/phlex/icons/bootstrap/emoji_angry_fill.rb
phlex-icons-0.17.0 lib/phlex/icons/bootstrap/emoji_angry_fill.rb
phlex-icons-bootstrap-0.16.0 lib/phlex/icons/bootstrap/emoji_angry_fill.rb
phlex-icons-0.16.0 lib/phlex/icons/bootstrap/emoji_angry_fill.rb
phlex-icons-0.15.0 lib/phlex/icons/bootstrap/emoji_angry_fill.rb
phlex-icons-bootstrap-0.15.0 lib/phlex/icons/bootstrap/emoji_angry_fill.rb
phlex-icons-bootstrap-0.14.0 lib/phlex/icons/bootstrap/emoji_angry_fill.rb
phlex-icons-0.14.0 lib/phlex/icons/bootstrap/emoji_angry_fill.rb
phlex-icons-bootstrap-0.13.0 lib/phlex/icons/bootstrap/emoji_angry_fill.rb
phlex-icons-0.13.0 lib/phlex/icons/bootstrap/emoji_angry_fill.rb
phlex-icons-0.12.0 lib/phlex/icons/bootstrap/emoji_angry_fill.rb
phlex-icons-bootstrap-0.12.0 lib/phlex/icons/bootstrap/emoji_angry_fill.rb
phlex-icons-0.11.0 lib/phlex/icons/bootstrap/emoji_angry_fill.rb
phlex-icons-bootstrap-0.11.0 lib/phlex/icons/bootstrap/emoji_angry_fill.rb
phlex-icons-0.10.0 lib/phlex/icons/bootstrap/emoji_angry_fill.rb
phlex-icons-0.9.0 lib/phlex/icons/bootstrap/emoji_angry_fill.rb
phlex-icons-bootstrap-0.9.0 lib/phlex/icons/bootstrap/emoji_angry_fill.rb
phlex-icons-0.8.0 lib/phlex/icons/bootstrap/emoji_angry_fill.rb
phlex-icons-0.7.0 lib/phlex/icons/bootstrap/emoji_angry_fill.rb
phlex-icons-0.6.0 lib/phlex/icons/bootstrap/emoji_angry_fill.rb