Sha256: 5af5e5f1ea38ba611c887848858ce1eca783a65c717d94f0721132540b2d3a09

Contents?: true

Size: 882 Bytes

Versions: 24

Compression:

Stored size: 882 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Remix
      class WebcamFill < 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:
                'M11 21V19.9291C7.60771 19.4439 5 16.5265 5 13V8C5 4.13401 8.13401 1 12 1C15.866 1 19 4.13401 19 8V13C19 16.5265 16.3923 19.4439 13 19.9291V21H17V23H7V21H11ZM12 9C11.4477 9 11 8.55228 11 8C11 7.44772 11.4477 7 12 7C12.5523 7 13 7.44772 13 8C13 8.55228 12.5523 9 12 9ZM12 11C13.6569 11 15 9.65685 15 8C15 6.34315 13.6569 5 12 5C10.3431 5 9 6.34315 9 8C9 9.65685 10.3431 11 12 11Z'
            )
          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/webcam_fill.rb
phlex-icons-0.17.0 lib/phlex/icons/remix/webcam_fill.rb
phlex-icons-0.16.0 lib/phlex/icons/remix/webcam_fill.rb
phlex-icons-remix-0.16.0 lib/phlex/icons/remix/webcam_fill.rb
phlex-icons-0.15.0 lib/phlex/icons/remix/webcam_fill.rb
phlex-icons-remix-0.15.0 lib/phlex/icons/remix/webcam_fill.rb
phlex-icons-0.14.0 lib/phlex/icons/remix/webcam_fill.rb
phlex-icons-remix-0.14.0 lib/phlex/icons/remix/webcam_fill.rb
phlex-icons-remix-0.13.0 lib/phlex/icons/remix/webcam_fill.rb
phlex-icons-0.13.0 lib/phlex/icons/remix/webcam_fill.rb
phlex-icons-0.12.0 lib/phlex/icons/remix/webcam_fill.rb
phlex-icons-remix-0.12.0 lib/phlex/icons/remix/webcam_fill.rb
phlex-icons-0.11.0 lib/phlex/icons/remix/webcam_fill.rb
phlex-icons-remix-0.11.0 lib/phlex/icons/remix/webcam_fill.rb
phlex-icons-0.10.0 lib/phlex/icons/remix/webcam_fill.rb
phlex-icons-0.9.0 lib/phlex/icons/remix/webcam_fill.rb
phlex-icons-remix-0.9.0 lib/phlex/icons/remix/webcam_fill.rb
phlex-icons-0.8.0 lib/phlex/icons/remix/webcam_fill.rb
phlex-icons-0.7.0 lib/phlex/icons/remix/webcam_fill.rb
phlex-icons-0.6.0 lib/phlex/icons/remix/webcam_fill.rb