Sha256: 1babf865760bd79cd995050596c23a7922cf99ad46456fff514ac01e6de902c6

Contents?: true

Size: 1.07 KB

Versions: 24

Compression:

Stored size: 1.07 KB

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Remix
      class BluetoothConnectLine < Base
        def view_template
          svg(
            class: classes,
            viewbox: '0 0 24 24',
            fill: 'currentColor',
            xmlns: 'http://www.w3.org/2000/svg'
          ) do |s|
            s.path(
              d:
                'M14.3113 12L18.6544 16.3431L12.9976 22H10.9976V15.3137L6.63359 19.6777L5.21938 18.2635L10.9976 12.4853V11.5147L5.21938 5.73654L6.63359 4.32233L10.9976 8.68629V2H12.9976L18.6544 7.65685L14.3113 12ZM12.9976 13.5147V19.1716L15.826 16.3431L12.9976 13.5147ZM12.9976 10.4853L15.826 7.65685L12.9976 4.82843V10.4853ZM19.5 13.5C18.6716 13.5 18 12.8284 18 12C18 11.1716 18.6716 10.5 19.5 10.5C20.3284 10.5 21 11.1716 21 12C21 12.8284 20.3284 13.5 19.5 13.5ZM6.5 13.5C5.67157 13.5 5 12.8284 5 12C5 11.1716 5.67157 10.5 6.5 10.5C7.32843 10.5 8 11.1716 8 12C8 12.8284 7.32843 13.5 6.5 13.5Z'
            )
          end
        end
      end
    end
  end
end
# rubocop:enable Layout/LineLength

Version data entries

24 entries across 24 versions & 2 rubygems

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