Sha256: a303ba740114dfc3a79009f5a33d9dd7a5a89877d171119d2ecb709cf70c0c65

Contents?: true

Size: 1.03 KB

Versions: 24

Compression:

Stored size: 1.03 KB

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Remix
      class RemoteControlFill < Base
        def view_template
          svg(
            class: classes,
            viewbox: '0 0 24 24',
            fill: 'currentColor',
            xmlns: 'http://www.w3.org/2000/svg'
          ) do |s|
            s.path(
              d:
                'M17.0001 12C17.5524 12 18.0001 12.4477 18.0001 13V22H6.00015V13C6.00015 12.4477 6.44786 12 7.00015 12H17.0001ZM10.0001 14H8.00015V16H10.0001V14ZM12.0001 6C14.3491 6 16.3827 7.34978 17.3678 9.31602L15.5787 10.2108C14.922 8.89991 13.5662 8 12.0001 8C10.4341 8 9.07833 8.89991 8.42163 10.2108L6.63247 9.31602C7.61755 7.34978 9.65122 6 12.0001 6ZM12.0001 2C15.9153 2 19.3049 4.24991 20.9466 7.5273L19.1576 8.42242C17.8443 5.80019 15.1325 4 12.0001 4C8.86783 4 6.15596 5.80019 4.84271 8.42242L3.05371 7.5273C4.69541 4.24991 8.08503 2 12.0001 2Z'
            )
          end
        end
      end
    end
  end
end
# rubocop:enable Layout/LineLength

Version data entries

24 entries across 24 versions & 2 rubygems

Version Path
phlex-icons-remix-0.17.0 lib/phlex/icons/remix/remote_control_fill.rb
phlex-icons-0.17.0 lib/phlex/icons/remix/remote_control_fill.rb
phlex-icons-0.16.0 lib/phlex/icons/remix/remote_control_fill.rb
phlex-icons-remix-0.16.0 lib/phlex/icons/remix/remote_control_fill.rb
phlex-icons-0.15.0 lib/phlex/icons/remix/remote_control_fill.rb
phlex-icons-remix-0.15.0 lib/phlex/icons/remix/remote_control_fill.rb
phlex-icons-0.14.0 lib/phlex/icons/remix/remote_control_fill.rb
phlex-icons-remix-0.14.0 lib/phlex/icons/remix/remote_control_fill.rb
phlex-icons-remix-0.13.0 lib/phlex/icons/remix/remote_control_fill.rb
phlex-icons-0.13.0 lib/phlex/icons/remix/remote_control_fill.rb
phlex-icons-0.12.0 lib/phlex/icons/remix/remote_control_fill.rb
phlex-icons-remix-0.12.0 lib/phlex/icons/remix/remote_control_fill.rb
phlex-icons-0.11.0 lib/phlex/icons/remix/remote_control_fill.rb
phlex-icons-remix-0.11.0 lib/phlex/icons/remix/remote_control_fill.rb
phlex-icons-0.10.0 lib/phlex/icons/remix/remote_control_fill.rb
phlex-icons-0.9.0 lib/phlex/icons/remix/remote_control_fill.rb
phlex-icons-remix-0.9.0 lib/phlex/icons/remix/remote_control_fill.rb
phlex-icons-0.8.0 lib/phlex/icons/remix/remote_control_fill.rb
phlex-icons-0.7.0 lib/phlex/icons/remix/remote_control_fill.rb
phlex-icons-0.6.0 lib/phlex/icons/remix/remote_control_fill.rb