Sha256: 500eb82d58cf15dc97a230fbf22834048d776fe7cdd51d536987074bdcd76158

Contents?: true

Size: 829 Bytes

Versions: 14

Compression:

Stored size: 829 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Bootstrap
      class CameraFill < 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: 'M10.5 8.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0')
            s.path(
              d:
                'M2 4a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2h-1.172a2 2 0 0 1-1.414-.586l-.828-.828A2 2 0 0 0 9.172 2H6.828a2 2 0 0 0-1.414.586l-.828.828A2 2 0 0 1 3.172 4zm.5 2a.5.5 0 1 1 0-1 .5.5 0 0 1 0 1m9 2.5a3.5 3.5 0 1 1-7 0 3.5 3.5 0 0 1 7 0'
            )
          end
        end
      end
    end
  end
end
# rubocop:enable Layout/LineLength

Version data entries

14 entries across 14 versions & 2 rubygems

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