Sha256: 95ca0d027e47ce4bee847d67b3c7891d72b1430e440970b6956c66708d4915fa

Contents?: true

Size: 852 Bytes

Versions: 25

Compression:

Stored size: 852 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Bootstrap
      class Bluetooth < Base
        def view_template
          svg(
            class: classes,
            xmlns: 'http://www.w3.org/2000/svg',
            fill: 'currentColor',
            viewbox: '0 0 16 16'
          ) do |s|
            s.path(
              fill_rule: 'evenodd',
              d:
                'm8.543 3.948 1.316 1.316L8.543 6.58zm0 8.104 1.316-1.316L8.543 9.42zm-1.41-4.043L4.275 5.133l.827-.827L7.377 6.58V1.128l4.137 4.136L8.787 8.01l2.745 2.745-4.136 4.137V9.42l-2.294 2.274-.827-.827zM7.903 16c3.498 0 5.904-1.655 5.904-8.01 0-6.335-2.406-7.99-5.903-7.99S2 1.655 2 8.01C2 14.344 4.407 16 7.904 16Z'
            )
          end
        end
      end
    end
  end
end
# rubocop:enable Layout/LineLength

Version data entries

25 entries across 25 versions & 2 rubygems

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