Sha256: 0d35168328089281e88bdd497d8c6cab82bf80dcb1fc1e2375a49c34a13e9c62

Contents?: true

Size: 902 Bytes

Versions: 24

Compression:

Stored size: 902 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Remix
      class DoorOpenFill < Base
        def view_template
          svg(
            class: classes,
            viewbox: '0 0 24 24',
            fill: 'currentColor',
            xmlns: 'http://www.w3.org/2000/svg'
          ) do |s|
            s.path(
              d:
                'M1.99805 21.0001V19.0001L3.99805 18.9999V4.83465C3.99805 4.35136 4.34367 3.93723 4.81916 3.85078L14.2907 2.12868C14.6167 2.0694 14.9291 2.28564 14.9884 2.61167C14.9948 2.64708 14.998 2.68301 14.998 2.719V3.9999L18.998 4.00007C19.5503 4.00007 19.998 4.44779 19.998 5.00007V18.9999L21.998 19.0001V21.0001H17.998V6.00007L14.998 5.9999V21.0001H1.99805ZM11.998 11.0001H9.99805V13.0001H11.998V11.0001Z'
            )
          end
        end
      end
    end
  end
end
# rubocop:enable Layout/LineLength

Version data entries

24 entries across 24 versions & 2 rubygems

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