Sha256: 6767cd46807a44902195dd7cd9eb824299f16dfb9417331611107a25ae9d0d3b

Contents?: true

Size: 933 Bytes

Versions: 14

Compression:

Stored size: 933 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Tabler
      class BubblePlus < Base
        def filled
          raise NotImplementedError
        end

        def outline
          svg(
            **attrs,
            xmlns: 'http://www.w3.org/2000/svg',
            viewbox: '0 0 24 24',
            fill: 'none',
            stroke: 'currentColor',
            stroke_width: '2',
            stroke_linecap: 'round',
            stroke_linejoin: 'round'
          ) do |s|
            s.path(
              d:
                'M12.4 19a4.2 4.2 0 0 1 -1.57 -.298l-3.83 2.298v-3.134a2.668 2.668 0 0 1 -1.795 -3.773a4.8 4.8 0 0 1 2.908 -8.933a5.335 5.335 0 0 1 9.194 1.078a5.333 5.333 0 0 1 4.45 6.89'
            )
            s.path(d: 'M16 19h6')
            s.path(d: 'M19 16v6')
          end
        end
      end
    end
  end
end
# rubocop:enable Layout/LineLength

Version data entries

14 entries across 14 versions & 2 rubygems

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