Sha256: 53eda7bfccab433dedebde6f69a00d768d50f348d0a9ad1b046b04ec31ee0347

Contents?: true

Size: 931 Bytes

Versions: 24

Compression:

Stored size: 931 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Remix
      class Robot3Fill < 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 2H13V1H11V2H7C5.34315 2 4 3.34315 4 5V8C4 10.7614 6.23858 13 9 13H15C17.7614 13 20 10.7614 20 8V5C20 3.34315 18.6569 2 17 2ZM11 7.5C11 8.32843 10.3284 9 9.5 9C8.67157 9 8 8.32843 8 7.5C8 6.67157 8.67157 6 9.5 6C10.3284 6 11 6.67157 11 7.5ZM16 7.5C16 8.32843 15.3284 9 14.5 9C13.6716 9 13 8.32843 13 7.5C13 6.67157 13.6716 6 14.5 6C15.3284 6 16 6.67157 16 7.5ZM4 22C4 17.5817 7.58172 14 12 14C16.4183 14 20 17.5817 20 22H4Z'
            )
          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_3_fill.rb
phlex-icons-0.17.0 lib/phlex/icons/remix/robot_3_fill.rb
phlex-icons-0.16.0 lib/phlex/icons/remix/robot_3_fill.rb
phlex-icons-remix-0.16.0 lib/phlex/icons/remix/robot_3_fill.rb
phlex-icons-0.15.0 lib/phlex/icons/remix/robot_3_fill.rb
phlex-icons-remix-0.15.0 lib/phlex/icons/remix/robot_3_fill.rb
phlex-icons-0.14.0 lib/phlex/icons/remix/robot_3_fill.rb
phlex-icons-remix-0.14.0 lib/phlex/icons/remix/robot_3_fill.rb
phlex-icons-remix-0.13.0 lib/phlex/icons/remix/robot_3_fill.rb
phlex-icons-0.13.0 lib/phlex/icons/remix/robot_3_fill.rb
phlex-icons-0.12.0 lib/phlex/icons/remix/robot_3_fill.rb
phlex-icons-remix-0.12.0 lib/phlex/icons/remix/robot_3_fill.rb
phlex-icons-0.11.0 lib/phlex/icons/remix/robot_3_fill.rb
phlex-icons-remix-0.11.0 lib/phlex/icons/remix/robot_3_fill.rb
phlex-icons-0.10.0 lib/phlex/icons/remix/robot_3_fill.rb
phlex-icons-0.9.0 lib/phlex/icons/remix/robot_3_fill.rb
phlex-icons-remix-0.9.0 lib/phlex/icons/remix/robot_3_fill.rb
phlex-icons-0.8.0 lib/phlex/icons/remix/robot_3_fill.rb
phlex-icons-0.7.0 lib/phlex/icons/remix/robot_3_fill.rb
phlex-icons-0.6.0 lib/phlex/icons/remix/robot_3_fill.rb