Sha256: ef53f17e0df45b90e6479f75a97ced6700e9b69806c83a47a5caa0d56f14bdce

Contents?: true

Size: 1.48 KB

Versions: 16

Compression:

Stored size: 1.48 KB

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Remix
      class TaxiWifiLine < 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:
                'M12 3V7H6.23607L4.235 11H22V21C22 21.5523 21.5523 22 21 22H20C19.4477 22 19 21.5523 19 21V20H5V21C5 21.5523 4.55228 22 4 22H3C2.44772 22 2 21.5523 2 21V11L4.44721 6.10557C4.786 5.428 5.47852 5 6.23607 5H9V3H12ZM20 13H4V18H20V13ZM6.5 14C7.32843 14 8 14.6716 8 15.5C8 16.3284 7.32843 17 6.5 17C5.67157 17 5 16.3284 5 15.5C5 14.6716 5.67157 14 6.5 14ZM17.5 14C18.3284 14 19 14.6716 19 15.5C19 16.3284 18.3284 17 17.5 17C16.6716 17 16 16.3284 16 15.5C16 14.6716 16.6716 14 17.5 14ZM18.5 1C20.9853 1 23 3.01472 23 5.5C23 7.98528 20.9853 10 18.5 10C16.0147 10 14 7.98528 14 5.5C14 3.01472 16.0147 1 18.5 1ZM18.4998 6.16667C18.0089 6.16667 17.5593 6.34354 17.2113 6.63704L17.0856 6.75245L18.4998 8.16667L19.9131 6.7515C19.5512 6.39013 19.0516 6.16667 18.4998 6.16667ZM18.4998 3.5C17.2966 3.5 16.1998 3.95536 15.3722 4.70316L15.199 4.86781L16.1428 5.80964C16.746 5.20643 17.5794 4.83333 18.4998 4.83333C19.3436 4.83333 20.1141 5.14684 20.7013 5.66372L20.8569 5.80964L21.7997 4.86684C20.9552 4.02233 19.7885 3.5 18.4998 3.5Z'
            )
          end
        end
      end
    end
  end
end
# rubocop:enable Layout/LineLength

Version data entries

16 entries across 16 versions & 2 rubygems

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