Sha256: 059581ddc77cb2d4ca0b8326d8b33922d931e283cd23ae541fc57d7fa33194f4

Contents?: true

Size: 914 Bytes

Versions: 25

Compression:

Stored size: 914 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Bootstrap
      class Camera2 < 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: 'M5 8c0-1.657 2.343-3 4-3V4a4 4 0 0 0-4 4')
            s.path(
              d:
                'M12.318 3h2.015C15.253 3 16 3.746 16 4.667v6.666c0 .92-.746 1.667-1.667 1.667h-2.015A5.97 5.97 0 0 1 9 14a5.97 5.97 0 0 1-3.318-1H1.667C.747 13 0 12.254 0 11.333V4.667C0 3.747.746 3 1.667 3H2a1 1 0 0 1 1-1h1a1 1 0 0 1 1 1h.682A5.97 5.97 0 0 1 9 2c1.227 0 2.367.368 3.318 1M2 4.5a.5.5 0 1 0-1 0 .5.5 0 0 0 1 0M14 8A5 5 0 1 0 4 8a5 5 0 0 0 10 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/camera2.rb
phlex-icons-0.17.0 lib/phlex/icons/bootstrap/camera2.rb
phlex-icons-bootstrap-0.16.0 lib/phlex/icons/bootstrap/camera2.rb
phlex-icons-0.16.0 lib/phlex/icons/bootstrap/camera2.rb
phlex-icons-0.15.0 lib/phlex/icons/bootstrap/camera2.rb
phlex-icons-bootstrap-0.15.0 lib/phlex/icons/bootstrap/camera2.rb
phlex-icons-bootstrap-0.14.0 lib/phlex/icons/bootstrap/camera2.rb
phlex-icons-0.14.0 lib/phlex/icons/bootstrap/camera2.rb
phlex-icons-bootstrap-0.13.0 lib/phlex/icons/bootstrap/camera2.rb
phlex-icons-0.13.0 lib/phlex/icons/bootstrap/camera2.rb
phlex-icons-0.12.0 lib/phlex/icons/bootstrap/camera2.rb
phlex-icons-bootstrap-0.12.0 lib/phlex/icons/bootstrap/camera2.rb
phlex-icons-0.11.0 lib/phlex/icons/bootstrap/camera2.rb
phlex-icons-bootstrap-0.11.0 lib/phlex/icons/bootstrap/camera2.rb
phlex-icons-0.10.0 lib/phlex/icons/bootstrap/camera2.rb
phlex-icons-0.9.0 lib/phlex/icons/bootstrap/camera2.rb
phlex-icons-bootstrap-0.9.0 lib/phlex/icons/bootstrap/camera2.rb
phlex-icons-0.8.0 lib/phlex/icons/bootstrap/camera2.rb
phlex-icons-0.7.0 lib/phlex/icons/bootstrap/camera2.rb
phlex-icons-0.6.0 lib/phlex/icons/bootstrap/camera2.rb