Sha256: 815f5a82020d18521e02f550685a7d71d46ccb5a297360bf5dc5ecf62d1e4098

Contents?: true

Size: 1.17 KB

Versions: 18

Compression:

Stored size: 1.17 KB

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Bootstrap
      class EmojiTearFill < 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:
                'M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0M9.5 3.5a.5.5 0 0 0 .5.5c.838 0 1.65.416 2.053 1.224a.5.5 0 1 0 .894-.448C12.351 3.584 11.162 3 10 3a.5.5 0 0 0-.5.5M7 6.5C7 5.672 6.552 5 6 5s-1 .672-1 1.5S5.448 8 6 8s1-.672 1-1.5M4.5 13c.828 0 1.5-.746 1.5-1.667 0-.706-.882-2.29-1.294-2.99a.238.238 0 0 0-.412 0C3.882 9.044 3 10.628 3 11.334 3 12.253 3.672 13 4.5 13M8 11.197c.916 0 1.607.408 2.25.826.212.138.424-.069.282-.277-.564-.83-1.558-2.049-2.532-2.049-.53 0-1.066.361-1.536.824q.126.27.232.535.069.174.135.373A3.1 3.1 0 0 1 8 11.197M10 8c.552 0 1-.672 1-1.5S10.552 5 10 5s-1 .672-1 1.5S9.448 8 10 8M6.5 3c-1.162 0-2.35.584-2.947 1.776a.5.5 0 1 0 .894.448C4.851 4.416 5.662 4 6.5 4a.5.5 0 0 0 0-1'
            )
          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/emoji_tear_fill.rb
phlex-icons-bootstrap-1.8.0 lib/phlex/icons/bootstrap/emoji_tear_fill.rb
phlex-icons-1.7.0 lib/phlex/icons/bootstrap/emoji_tear_fill.rb
phlex-icons-bootstrap-1.7.0 lib/phlex/icons/bootstrap/emoji_tear_fill.rb
phlex-icons-bootstrap-1.6.0 lib/phlex/icons/bootstrap/emoji_tear_fill.rb
phlex-icons-1.6.0 lib/phlex/icons/bootstrap/emoji_tear_fill.rb
phlex-icons-1.5.0 lib/phlex/icons/bootstrap/emoji_tear_fill.rb
phlex-icons-bootstrap-1.5.0 lib/phlex/icons/bootstrap/emoji_tear_fill.rb
phlex-icons-1.4.0 lib/phlex/icons/bootstrap/emoji_tear_fill.rb
phlex-icons-bootstrap-1.4.0 lib/phlex/icons/bootstrap/emoji_tear_fill.rb
phlex-icons-1.3.0 lib/phlex/icons/bootstrap/emoji_tear_fill.rb
phlex-icons-bootstrap-1.3.0 lib/phlex/icons/bootstrap/emoji_tear_fill.rb
phlex-icons-bootstrap-1.2.0 lib/phlex/icons/bootstrap/emoji_tear_fill.rb
phlex-icons-1.2.0 lib/phlex/icons/bootstrap/emoji_tear_fill.rb
phlex-icons-bootstrap-1.1.0 lib/phlex/icons/bootstrap/emoji_tear_fill.rb
phlex-icons-1.1.0 lib/phlex/icons/bootstrap/emoji_tear_fill.rb
phlex-icons-1.0.0 lib/phlex/icons/bootstrap/emoji_tear_fill.rb
phlex-icons-bootstrap-1.0.0 lib/phlex/icons/bootstrap/emoji_tear_fill.rb