Sha256: d88e274cf4f795d9ec3ac950de2b1be9840610db6ef05de41283641eb7feb5ff

Contents?: true

Size: 1.02 KB

Versions: 25

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(
            class: classes,
            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

25 entries across 25 versions & 2 rubygems

Version Path
phlex-icons-bootstrap-0.17.0 lib/phlex/icons/bootstrap/camera.rb
phlex-icons-0.17.0 lib/phlex/icons/bootstrap/camera.rb
phlex-icons-bootstrap-0.16.0 lib/phlex/icons/bootstrap/camera.rb
phlex-icons-0.16.0 lib/phlex/icons/bootstrap/camera.rb
phlex-icons-0.15.0 lib/phlex/icons/bootstrap/camera.rb
phlex-icons-bootstrap-0.15.0 lib/phlex/icons/bootstrap/camera.rb
phlex-icons-bootstrap-0.14.0 lib/phlex/icons/bootstrap/camera.rb
phlex-icons-0.14.0 lib/phlex/icons/bootstrap/camera.rb
phlex-icons-bootstrap-0.13.0 lib/phlex/icons/bootstrap/camera.rb
phlex-icons-0.13.0 lib/phlex/icons/bootstrap/camera.rb
phlex-icons-0.12.0 lib/phlex/icons/bootstrap/camera.rb
phlex-icons-bootstrap-0.12.0 lib/phlex/icons/bootstrap/camera.rb
phlex-icons-0.11.0 lib/phlex/icons/bootstrap/camera.rb
phlex-icons-bootstrap-0.11.0 lib/phlex/icons/bootstrap/camera.rb
phlex-icons-0.10.0 lib/phlex/icons/bootstrap/camera.rb
phlex-icons-0.9.0 lib/phlex/icons/bootstrap/camera.rb
phlex-icons-bootstrap-0.9.0 lib/phlex/icons/bootstrap/camera.rb
phlex-icons-0.8.0 lib/phlex/icons/bootstrap/camera.rb
phlex-icons-0.7.0 lib/phlex/icons/bootstrap/camera.rb
phlex-icons-0.6.0 lib/phlex/icons/bootstrap/camera.rb