Sha256: 54c217185c6193e66b6a3437e4d639022315cbd6648ebcacf52e7c058c5085c8

Contents?: true

Size: 1.5 KB

Versions: 25

Compression:

Stored size: 1.5 KB

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Bootstrap
      class DatabaseFillSlash < 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:
                'M13.879 10.414a2.501 2.501 0 0 0-3.465 3.465zm.707.707-3.465 3.465a2.501 2.501 0 0 0 3.465-3.465m-4.56-1.096a3.5 3.5 0 1 1 4.949 4.95 3.5 3.5 0 0 1-4.95-4.95ZM8 1c-1.573 0-3.022.289-4.096.777C2.875 2.245 2 2.993 2 4s.875 1.755 1.904 2.223C4.978 6.711 6.427 7 8 7s3.022-.289 4.096-.777C13.125 5.755 14 5.007 14 4s-.875-1.755-1.904-2.223C11.022 1.289 9.573 1 8 1'
            )
            s.path(
              d:
                'M2 7v-.839c.457.432 1.004.751 1.49.972C4.722 7.693 6.318 8 8 8s3.278-.307 4.51-.867c.486-.22 1.033-.54 1.49-.972V7c0 .424-.155.802-.411 1.133a4.51 4.51 0 0 0-4.815 1.843A12 12 0 0 1 8 10c-1.573 0-3.022-.289-4.096-.777C2.875 8.755 2 8.007 2 7m6.257 3.998L8 11c-1.682 0-3.278-.307-4.51-.867-.486-.22-1.033-.54-1.49-.972V10c0 1.007.875 1.755 1.904 2.223C4.978 12.711 6.427 13 8 13h.027a4.55 4.55 0 0 1 .23-2.002m-.002 3L8 14c-1.682 0-3.278-.307-4.51-.867-.486-.22-1.033-.54-1.49-.972V13c0 1.007.875 1.755 1.904 2.223C4.978 15.711 6.427 16 8 16c.536 0 1.058-.034 1.555-.097a4.5 4.5 0 0 1-1.3-1.905'
            )
          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/database_fill_slash.rb
phlex-icons-0.17.0 lib/phlex/icons/bootstrap/database_fill_slash.rb
phlex-icons-bootstrap-0.16.0 lib/phlex/icons/bootstrap/database_fill_slash.rb
phlex-icons-0.16.0 lib/phlex/icons/bootstrap/database_fill_slash.rb
phlex-icons-0.15.0 lib/phlex/icons/bootstrap/database_fill_slash.rb
phlex-icons-bootstrap-0.15.0 lib/phlex/icons/bootstrap/database_fill_slash.rb
phlex-icons-bootstrap-0.14.0 lib/phlex/icons/bootstrap/database_fill_slash.rb
phlex-icons-0.14.0 lib/phlex/icons/bootstrap/database_fill_slash.rb
phlex-icons-bootstrap-0.13.0 lib/phlex/icons/bootstrap/database_fill_slash.rb
phlex-icons-0.13.0 lib/phlex/icons/bootstrap/database_fill_slash.rb
phlex-icons-0.12.0 lib/phlex/icons/bootstrap/database_fill_slash.rb
phlex-icons-bootstrap-0.12.0 lib/phlex/icons/bootstrap/database_fill_slash.rb
phlex-icons-0.11.0 lib/phlex/icons/bootstrap/database_fill_slash.rb
phlex-icons-bootstrap-0.11.0 lib/phlex/icons/bootstrap/database_fill_slash.rb
phlex-icons-0.10.0 lib/phlex/icons/bootstrap/database_fill_slash.rb
phlex-icons-0.9.0 lib/phlex/icons/bootstrap/database_fill_slash.rb
phlex-icons-bootstrap-0.9.0 lib/phlex/icons/bootstrap/database_fill_slash.rb
phlex-icons-0.8.0 lib/phlex/icons/bootstrap/database_fill_slash.rb
phlex-icons-0.7.0 lib/phlex/icons/bootstrap/database_fill_slash.rb
phlex-icons-0.6.0 lib/phlex/icons/bootstrap/database_fill_slash.rb