Sha256: 587fd77c7cececa897698aa4696bd763ebee55d0502aa17e26663e9af0719dab

Contents?: true

Size: 1007 Bytes

Versions: 18

Compression:

Stored size: 1007 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Bootstrap
      class EvStationFill < 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:
                'M1 2a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2v8a2 2 0 0 1 2 2v.5a.5.5 0 0 0 1 0V9c0-.258-.104-.377-.357-.635l-.007-.008C13.379 8.096 13 7.71 13 7V4a.5.5 0 0 1 .146-.354l.5-.5a.5.5 0 0 1 .708 0l.5.5A.5.5 0 0 1 15 4v8.5a1.5 1.5 0 1 1-3 0V12a1 1 0 0 0-1-1v4h.5a.5.5 0 0 1 0 1H.5a.5.5 0 0 1 0-1H1zm2 .5v5a.5.5 0 0 0 .5.5h5a.5.5 0 0 0 .5-.5v-5a.5.5 0 0 0-.5-.5h-5a.5.5 0 0 0-.5.5m2.631 9.96H4.14v-.893h1.403v-.505H4.14v-.855h1.49v-.54H3.485V13h2.146zm1.316.54h.794l1.106-3.333h-.733l-.74 2.615h-.031l-.747-2.615h-.764z'
            )
          end
        end
      end
    end
  end
end
# rubocop:enable Layout/LineLength

Version data entries

18 entries across 18 versions & 2 rubygems

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