Sha256: 23087bc124ab6e9af2a89e70e6a538de012b919013d21f52e5dff1ead6a9ff6d

Contents?: true

Size: 745 Bytes

Versions: 14

Compression:

Stored size: 745 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Bootstrap
      class Toggles < Base
        def view_template
          svg(
            **attrs,
            xmlns: 'http://www.w3.org/2000/svg',
            fill: 'currentColor',
            viewbox: '0 0 16 16'
          ) do |s|
            s.path(
              d:
                'M4.5 9a3.5 3.5 0 1 0 0 7h7a3.5 3.5 0 1 0 0-7zm7 6a2.5 2.5 0 1 1 0-5 2.5 2.5 0 0 1 0 5m-7-14a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5m2.45 0A3.5 3.5 0 0 1 8 3.5 3.5 3.5 0 0 1 6.95 6h4.55a2.5 2.5 0 0 0 0-5zM4.5 0h7a3.5 3.5 0 1 1 0 7h-7a3.5 3.5 0 1 1 0-7'
            )
          end
        end
      end
    end
  end
end
# rubocop:enable Layout/LineLength

Version data entries

14 entries across 14 versions & 2 rubygems

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