Sha256: a7fbd7e859bdaf330d819a1abbebba3d3f89b48d1bb875cf073a70a90d398adb

Contents?: true

Size: 1.43 KB

Versions: 25

Compression:

Stored size: 1.43 KB

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Bootstrap
      class BusFront < 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(
              d:
                'M5 11a1 1 0 1 1-2 0 1 1 0 0 1 2 0m8 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0m-6-1a1 1 0 1 0 0 2h2a1 1 0 1 0 0-2zm1-6c-1.876 0-3.426.109-4.552.226A.5.5 0 0 0 3 4.723v3.554a.5.5 0 0 0 .448.497C4.574 8.891 6.124 9 8 9s3.426-.109 4.552-.226A.5.5 0 0 0 13 8.277V4.723a.5.5 0 0 0-.448-.497A44 44 0 0 0 8 4m0-1c-1.837 0-3.353.107-4.448.22a.5.5 0 1 1-.104-.994A44 44 0 0 1 8 2c1.876 0 3.426.109 4.552.226a.5.5 0 1 1-.104.994A43 43 0 0 0 8 3'
            )
            s.path(
              d:
                'M15 8a1 1 0 0 0 1-1V5a1 1 0 0 0-1-1V2.64c0-1.188-.845-2.232-2.064-2.372A44 44 0 0 0 8 0C5.9 0 4.208.136 3.064.268 1.845.408 1 1.452 1 2.64V4a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1v3.5c0 .818.393 1.544 1 2v2a.5.5 0 0 0 .5.5h2a.5.5 0 0 0 .5-.5V14h6v1.5a.5.5 0 0 0 .5.5h2a.5.5 0 0 0 .5-.5v-2c.607-.456 1-1.182 1-2zM8 1c2.056 0 3.71.134 4.822.261.676.078 1.178.66 1.178 1.379v8.86a1.5 1.5 0 0 1-1.5 1.5h-9A1.5 1.5 0 0 1 2 11.5V2.64c0-.72.502-1.301 1.178-1.379A43 43 0 0 1 8 1'
            )
          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/bus_front.rb
phlex-icons-0.17.0 lib/phlex/icons/bootstrap/bus_front.rb
phlex-icons-bootstrap-0.16.0 lib/phlex/icons/bootstrap/bus_front.rb
phlex-icons-0.16.0 lib/phlex/icons/bootstrap/bus_front.rb
phlex-icons-0.15.0 lib/phlex/icons/bootstrap/bus_front.rb
phlex-icons-bootstrap-0.15.0 lib/phlex/icons/bootstrap/bus_front.rb
phlex-icons-bootstrap-0.14.0 lib/phlex/icons/bootstrap/bus_front.rb
phlex-icons-0.14.0 lib/phlex/icons/bootstrap/bus_front.rb
phlex-icons-bootstrap-0.13.0 lib/phlex/icons/bootstrap/bus_front.rb
phlex-icons-0.13.0 lib/phlex/icons/bootstrap/bus_front.rb
phlex-icons-0.12.0 lib/phlex/icons/bootstrap/bus_front.rb
phlex-icons-bootstrap-0.12.0 lib/phlex/icons/bootstrap/bus_front.rb
phlex-icons-0.11.0 lib/phlex/icons/bootstrap/bus_front.rb
phlex-icons-bootstrap-0.11.0 lib/phlex/icons/bootstrap/bus_front.rb
phlex-icons-0.10.0 lib/phlex/icons/bootstrap/bus_front.rb
phlex-icons-0.9.0 lib/phlex/icons/bootstrap/bus_front.rb
phlex-icons-bootstrap-0.9.0 lib/phlex/icons/bootstrap/bus_front.rb
phlex-icons-0.8.0 lib/phlex/icons/bootstrap/bus_front.rb
phlex-icons-0.7.0 lib/phlex/icons/bootstrap/bus_front.rb
phlex-icons-0.6.0 lib/phlex/icons/bootstrap/bus_front.rb