Sha256: d8ffebfb9df07913f6420c9f032b1872e34935310bf9aa2e00d2c742d3737880

Contents?: true

Size: 1.33 KB

Versions: 18

Compression:

Stored size: 1.33 KB

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Bootstrap
      class Virus < 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:
                'M8 0a1 1 0 0 1 1 1v1.402c0 .511.677.693.933.25l.7-1.214a1 1 0 0 1 1.733 1l-.701 1.214c-.256.443.24.939.683.683l1.214-.701a1 1 0 0 1 1 1.732l-1.214.701c-.443.256-.262.933.25.933H15a1 1 0 1 1 0 2h-1.402c-.512 0-.693.677-.25.933l1.214.701a1 1 0 1 1-1 1.732l-1.214-.7c-.443-.257-.939.24-.683.682l.701 1.214a1 1 0 1 1-1.732 1l-.701-1.214c-.256-.443-.933-.262-.933.25V15a1 1 0 1 1-2 0v-1.402c0-.512-.677-.693-.933-.25l-.701 1.214a1 1 0 0 1-1.732-1l.7-1.214c.257-.443-.24-.939-.682-.683l-1.214.701a1 1 0 1 1-1-1.732l1.214-.701c.443-.256.261-.933-.25-.933H1a1 1 0 1 1 0-2h1.402c.511 0 .693-.677.25-.933l-1.214-.701a1 1 0 1 1 1-1.732l1.214.701c.443.256.939-.24.683-.683l-.701-1.214a1 1 0 0 1 1.732-1l.701 1.214c.256.443.933.261.933-.25V1a1 1 0 0 1 1-1m2 5a1 1 0 1 0-2 0 1 1 0 0 0 2 0M6 7a1 1 0 1 0-2 0 1 1 0 0 0 2 0m1 4a1 1 0 1 0 0-2 1 1 0 0 0 0 2m5-3a1 1 0 1 0-2 0 1 1 0 0 0 2 0'
            )
          end
        end
      end
    end
  end
end
# rubocop:enable Layout/LineLength

Version data entries

18 entries across 18 versions & 2 rubygems

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