Sha256: 693c00314fd4a5c0630afdf93cd19970a918928c7bf32f8615344da8516e0acc

Contents?: true

Size: 1.23 KB

Versions: 14

Compression:

Stored size: 1.23 KB

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Bootstrap
      class EmojiGrinFill < 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:
                'M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16M6.488 7c-.23-.598-.661-1-1.155-1-.493 0-.924.402-1.155 1A2.8 2.8 0 0 1 4 6c0-1.105.597-2 1.333-2 .737 0 1.334.895 1.334 2 0 .364-.065.706-.179 1m5.334 0c-.23-.598-.662-1-1.155-1-.494 0-.925.402-1.155 1a2.8 2.8 0 0 1-.179-1c0-1.105.597-2 1.334-2C11.403 4 12 4.895 12 6c0 .364-.065.706-.178 1M2.696 8.756a.48.48 0 0 1 .382-.118C4.348 8.786 6.448 9 8 9c1.553 0 3.653-.214 4.922-.362a.48.48 0 0 1 .383.118.3.3 0 0 1 .096.29c-.09.47-.242.921-.445 1.342-.263.035-.576.075-.929.115A37 37 0 0 1 8 10.75c-1.475 0-2.934-.123-4.027-.247-.353-.04-.666-.08-.93-.115A5.5 5.5 0 0 1 2.6 9.045a.3.3 0 0 1 .097-.29ZM8 13.5a5.49 5.49 0 0 1-4.256-2.017l.116.014c1.115.126 2.615.253 4.14.253s3.025-.127 4.14-.253l.117-.014A5.49 5.49 0 0 1 8 13.5'
            )
          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/emoji_grin_fill.rb
phlex-icons-1.6.0 lib/phlex/icons/bootstrap/emoji_grin_fill.rb
phlex-icons-1.5.0 lib/phlex/icons/bootstrap/emoji_grin_fill.rb
phlex-icons-bootstrap-1.5.0 lib/phlex/icons/bootstrap/emoji_grin_fill.rb
phlex-icons-1.4.0 lib/phlex/icons/bootstrap/emoji_grin_fill.rb
phlex-icons-bootstrap-1.4.0 lib/phlex/icons/bootstrap/emoji_grin_fill.rb
phlex-icons-1.3.0 lib/phlex/icons/bootstrap/emoji_grin_fill.rb
phlex-icons-bootstrap-1.3.0 lib/phlex/icons/bootstrap/emoji_grin_fill.rb
phlex-icons-bootstrap-1.2.0 lib/phlex/icons/bootstrap/emoji_grin_fill.rb
phlex-icons-1.2.0 lib/phlex/icons/bootstrap/emoji_grin_fill.rb
phlex-icons-bootstrap-1.1.0 lib/phlex/icons/bootstrap/emoji_grin_fill.rb
phlex-icons-1.1.0 lib/phlex/icons/bootstrap/emoji_grin_fill.rb
phlex-icons-1.0.0 lib/phlex/icons/bootstrap/emoji_grin_fill.rb
phlex-icons-bootstrap-1.0.0 lib/phlex/icons/bootstrap/emoji_grin_fill.rb