Sha256: 2dd8510b0b10a02372d905456d1b80d1107fec5dfc2f702bc0e1c74294ad6b17

Contents?: true

Size: 1.38 KB

Versions: 12

Compression:

Stored size: 1.38 KB

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Remix
      class CameraAiLine < 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:
                'M20.7134 8.12811L20.4668 8.69379C20.2864 9.10792 19.7136 9.10792 19.5331 8.69379L19.2866 8.12811C18.8471 7.11947 18.0555 6.31641 17.0677 5.87708L16.308 5.53922C15.8973 5.35653 15.8973 4.75881 16.308 4.57612L17.0252 4.25714C18.0384 3.80651 18.8442 2.97373 19.2761 1.93083L19.5293 1.31953C19.7058 0.893489 20.2942 0.893489 20.4706 1.31953L20.7238 1.93083C21.1558 2.97373 21.9616 3.80651 22.9748 4.25714L23.6919 4.57612C24.1027 4.75881 24.1027 5.35653 23.6919 5.53922L22.9323 5.87708C21.9445 6.31641 21.1529 7.11947 20.7134 8.12811ZM9 3H14V5H9.82843L7.82843 7H4V19H20V11H22V20C22 20.5523 21.5523 21 21 21H3C2.44772 21 2 20.5523 2 20V6C2 5.44772 2.44772 5 3 5H7L9 3ZM12 18C8.96243 18 6.5 15.5376 6.5 12.5C6.5 9.46243 8.96243 7 12 7C15.0376 7 17.5 9.46243 17.5 12.5C17.5 15.5376 15.0376 18 12 18ZM12 16C13.933 16 15.5 14.433 15.5 12.5C15.5 10.567 13.933 9 12 9C10.067 9 8.5 10.567 8.5 12.5C8.5 14.433 10.067 16 12 16Z'
            )
          end
        end
      end
    end
  end
end
# rubocop:enable Layout/LineLength

Version data entries

12 entries across 12 versions & 2 rubygems

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