Sha256: 8c296fd6a22f1e11deba7fe50ddfe355743bfcfe3c2ceb100a8e4cb1912d5a90

Contents?: true

Size: 1.02 KB

Versions: 14

Compression:

Stored size: 1.02 KB

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Bootstrap
      class Camera < 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:
                'M15 12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1h1.172a3 3 0 0 0 2.12-.879l.83-.828A1 1 0 0 1 6.827 3h2.344a1 1 0 0 1 .707.293l.828.828A3 3 0 0 0 12.828 5H14a1 1 0 0 1 1 1zM2 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 4z'
            )
            s.path(
              d:
                'M8 11a2.5 2.5 0 1 1 0-5 2.5 2.5 0 0 1 0 5m0 1a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7M3 6.5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 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.rb
phlex-icons-1.6.0 lib/phlex/icons/bootstrap/camera.rb
phlex-icons-1.5.0 lib/phlex/icons/bootstrap/camera.rb
phlex-icons-bootstrap-1.5.0 lib/phlex/icons/bootstrap/camera.rb
phlex-icons-1.4.0 lib/phlex/icons/bootstrap/camera.rb
phlex-icons-bootstrap-1.4.0 lib/phlex/icons/bootstrap/camera.rb
phlex-icons-1.3.0 lib/phlex/icons/bootstrap/camera.rb
phlex-icons-bootstrap-1.3.0 lib/phlex/icons/bootstrap/camera.rb
phlex-icons-bootstrap-1.2.0 lib/phlex/icons/bootstrap/camera.rb
phlex-icons-1.2.0 lib/phlex/icons/bootstrap/camera.rb
phlex-icons-bootstrap-1.1.0 lib/phlex/icons/bootstrap/camera.rb
phlex-icons-1.1.0 lib/phlex/icons/bootstrap/camera.rb
phlex-icons-1.0.0 lib/phlex/icons/bootstrap/camera.rb
phlex-icons-bootstrap-1.0.0 lib/phlex/icons/bootstrap/camera.rb