Sha256: eac0b1f192d6965860a527e086ea7207f3ffa97906dfb32967feb22effd0b47d

Contents?: true

Size: 952 Bytes

Versions: 24

Compression:

Stored size: 952 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Remix
      class RobotFill < 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:
                'M13 4.05493C17.5 4.55237 21 8.36745 21 13V22H3V13C3 8.36745 6.50005 4.55237 11 4.05493V1H13V4.05493ZM12 18C14.7614 18 17 15.7614 17 13C17 10.2386 14.7614 8 12 8C9.23858 8 7 10.2386 7 13C7 15.7614 9.23858 18 12 18ZM12 16C10.3431 16 9 14.6569 9 13C9 11.3431 10.3431 10 12 10C13.6569 10 15 11.3431 15 13C15 14.6569 13.6569 16 12 16ZM12 14C12.5523 14 13 13.5523 13 13C13 12.4477 12.5523 12 12 12C11.4477 12 11 12.4477 11 13C11 13.5523 11.4477 14 12 14Z'
            )
          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/robot_fill.rb
phlex-icons-0.17.0 lib/phlex/icons/remix/robot_fill.rb
phlex-icons-0.16.0 lib/phlex/icons/remix/robot_fill.rb
phlex-icons-remix-0.16.0 lib/phlex/icons/remix/robot_fill.rb
phlex-icons-0.15.0 lib/phlex/icons/remix/robot_fill.rb
phlex-icons-remix-0.15.0 lib/phlex/icons/remix/robot_fill.rb
phlex-icons-0.14.0 lib/phlex/icons/remix/robot_fill.rb
phlex-icons-remix-0.14.0 lib/phlex/icons/remix/robot_fill.rb
phlex-icons-remix-0.13.0 lib/phlex/icons/remix/robot_fill.rb
phlex-icons-0.13.0 lib/phlex/icons/remix/robot_fill.rb
phlex-icons-0.12.0 lib/phlex/icons/remix/robot_fill.rb
phlex-icons-remix-0.12.0 lib/phlex/icons/remix/robot_fill.rb
phlex-icons-0.11.0 lib/phlex/icons/remix/robot_fill.rb
phlex-icons-remix-0.11.0 lib/phlex/icons/remix/robot_fill.rb
phlex-icons-0.10.0 lib/phlex/icons/remix/robot_fill.rb
phlex-icons-0.9.0 lib/phlex/icons/remix/robot_fill.rb
phlex-icons-remix-0.9.0 lib/phlex/icons/remix/robot_fill.rb
phlex-icons-0.8.0 lib/phlex/icons/remix/robot_fill.rb
phlex-icons-0.7.0 lib/phlex/icons/remix/robot_fill.rb
phlex-icons-0.6.0 lib/phlex/icons/remix/robot_fill.rb