Sha256: bdb2736fbcddc134d5f112ec45047e4dc2971451a93b10fc730b2027188c090d

Contents?: true

Size: 689 Bytes

Versions: 14

Compression:

Stored size: 689 Bytes

Contents

# frozen_string_literal: true

module Phlex
  module Icons
    module Tabler
      class BluetoothConnected < 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: 'M7 8l10 8l-5 4l0 -16l5 4l-10 8')
            s.path(d: 'M4 12l1 0')
            s.path(d: 'M18 12l1 0')
          end
        end
      end
    end
  end
end

Version data entries

14 entries across 14 versions & 2 rubygems

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