Sha256: 34b27de42cf61021b5bd027123ff2dbe9a17a6dd6432743faf81af438b26800f

Contents?: true

Size: 1.51 KB

Versions: 16

Compression:

Stored size: 1.51 KB

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Remix
      class TrainWifiLine < 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.4981 3C12.2382 3.6234 12.0725 4.29587 12.019 4.99967L7 5C5.94564 5 5.08183 5.81588 5.00549 6.85074L5 7V18H19L19.0003 11.981C19.7044 11.9274 20.3771 11.7617 21.0006 11.5016L21 18C21 19.1046 20.1046 20 19 20H17.2L19 21.5V22H5V21.5L6.8 20H5C3.89543 20 3 19.1046 3 18V7C3 4.79086 4.79086 3 7 3H12.4981ZM12 13C13.1046 13 14 13.8954 14 15C14 16.1046 13.1046 17 12 17C10.8954 17 10 16.1046 10 15C10 13.8954 10.8954 13 12 13ZM12.1741 7.00084C12.5709 8.67951 13.6186 10.1066 15.036 11.0011L6 11V7L12.1741 7.00084ZM18.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/train_wifi_line.rb
phlex-icons-remix-1.7.0 lib/phlex/icons/remix/train_wifi_line.rb
phlex-icons-remix-1.6.0 lib/phlex/icons/remix/train_wifi_line.rb
phlex-icons-1.6.0 lib/phlex/icons/remix/train_wifi_line.rb
phlex-icons-remix-1.5.0 lib/phlex/icons/remix/train_wifi_line.rb
phlex-icons-1.5.0 lib/phlex/icons/remix/train_wifi_line.rb
phlex-icons-1.4.0 lib/phlex/icons/remix/train_wifi_line.rb
phlex-icons-remix-1.4.0 lib/phlex/icons/remix/train_wifi_line.rb
phlex-icons-1.3.0 lib/phlex/icons/remix/train_wifi_line.rb
phlex-icons-remix-1.3.0 lib/phlex/icons/remix/train_wifi_line.rb
phlex-icons-remix-1.2.0 lib/phlex/icons/remix/train_wifi_line.rb
phlex-icons-1.2.0 lib/phlex/icons/remix/train_wifi_line.rb
phlex-icons-remix-1.1.0 lib/phlex/icons/remix/train_wifi_line.rb
phlex-icons-1.1.0 lib/phlex/icons/remix/train_wifi_line.rb
phlex-icons-1.0.0 lib/phlex/icons/remix/train_wifi_line.rb
phlex-icons-remix-1.0.0 lib/phlex/icons/remix/train_wifi_line.rb