Sha256: 37d88438f247208f488601b529bd45174bc0fe5c756f33525c48b3071cf351a1

Contents?: true

Size: 982 Bytes

Versions: 16

Compression:

Stored size: 982 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Bootstrap
      class WebcamFill < Base
        def view_template
          svg(
            **attrs,
            xmlns: 'http://www.w3.org/2000/svg',
            fill: 'currentColor',
            viewbox: '0 0 16 16'
          ) do |s|
            s.path(
              d:
                'M6.644 11.094a.5.5 0 0 1 .356-.15h2a.5.5 0 0 1 .356.15c.175.177.39.347.603.496a7 7 0 0 0 .752.456l.01.006h.003A.5.5 0 0 1 10.5 13h-5a.5.5 0 0 1-.224-.947l.002-.001.01-.006a4 4 0 0 0 .214-.116 8 8 0 0 0 .539-.34c.214-.15.428-.319.603-.496M7 6.5a1 1 0 1 1 2 0 1 1 0 0 1-2 0'
            )
            s.path(
              d:
                'M2 3a2 2 0 0 0-2 2v3a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2zm6 1.5a2 2 0 1 1 0 4 2 2 0 0 1 0-4M12.5 7a.5.5 0 1 1 0-1 .5.5 0 0 1 0 1'
            )
          end
        end
      end
    end
  end
end
# rubocop:enable Layout/LineLength

Version data entries

16 entries across 16 versions & 2 rubygems

Version Path
phlex-icons-1.7.0 lib/phlex/icons/bootstrap/webcam_fill.rb
phlex-icons-bootstrap-1.7.0 lib/phlex/icons/bootstrap/webcam_fill.rb
phlex-icons-bootstrap-1.6.0 lib/phlex/icons/bootstrap/webcam_fill.rb
phlex-icons-1.6.0 lib/phlex/icons/bootstrap/webcam_fill.rb
phlex-icons-1.5.0 lib/phlex/icons/bootstrap/webcam_fill.rb
phlex-icons-bootstrap-1.5.0 lib/phlex/icons/bootstrap/webcam_fill.rb
phlex-icons-1.4.0 lib/phlex/icons/bootstrap/webcam_fill.rb
phlex-icons-bootstrap-1.4.0 lib/phlex/icons/bootstrap/webcam_fill.rb
phlex-icons-1.3.0 lib/phlex/icons/bootstrap/webcam_fill.rb
phlex-icons-bootstrap-1.3.0 lib/phlex/icons/bootstrap/webcam_fill.rb
phlex-icons-bootstrap-1.2.0 lib/phlex/icons/bootstrap/webcam_fill.rb
phlex-icons-1.2.0 lib/phlex/icons/bootstrap/webcam_fill.rb
phlex-icons-bootstrap-1.1.0 lib/phlex/icons/bootstrap/webcam_fill.rb
phlex-icons-1.1.0 lib/phlex/icons/bootstrap/webcam_fill.rb
phlex-icons-1.0.0 lib/phlex/icons/bootstrap/webcam_fill.rb
phlex-icons-bootstrap-1.0.0 lib/phlex/icons/bootstrap/webcam_fill.rb