Sha256: ef417e616e7067c13b37529a9c6ce1d089366f73f9ef948f661664c964b2abe6

Contents?: true

Size: 811 Bytes

Versions: 14

Compression:

Stored size: 811 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Remix
      class BluetoothLine < Base
        def view_template
          svg(
            **attrs,
            viewbox: '0 0 24 24',
            fill: 'currentColor',
            xmlns: 'http://www.w3.org/2000/svg'
          ) do |s|
            s.path(
              d:
                'M14.3116 12L18.6548 16.3431L12.9979 22H10.9979V15.3137L6.63394 19.6777L5.21973 18.2635L10.9979 12.4853V11.5147L5.21973 5.73654L6.63394 4.32233L10.9979 8.68629V2H12.9979L18.6548 7.65685L14.3116 12ZM12.9979 13.5147V19.1716L15.8263 16.3431L12.9979 13.5147ZM12.9979 10.4853L15.8263 7.65685L12.9979 4.82843V10.4853Z'
            )
          end
        end
      end
    end
  end
end
# rubocop:enable Layout/LineLength

Version data entries

14 entries across 14 versions & 2 rubygems

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