Sha256: 50ff1fc8241bb0d731fa9de070e44a2037d3098de7aa5e1c484c66934c7545b0

Contents?: true

Size: 1.05 KB

Versions: 14

Compression:

Stored size: 1.05 KB

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Remix
      class BracesFill < Base
        def view_template
          svg(
            **attrs,
            viewbox: '0 0 24 24',
            fill: 'currentColor',
            xmlns: 'http://www.w3.org/2000/svg'
          ) do |s|
            s.path(
              d:
                'M4 18V14.3C4 13.4716 3.32843 12.8 2.5 12.8H2V11.2H2.5C3.32843 11.2 4 10.5284 4 9.7V6C4 4.34315 5.34315 3 7 3H8V5H7C6.44772 5 6 5.44772 6 6V10.1C6 10.9858 5.42408 11.7372 4.62623 12C5.42408 12.2628 6 13.0142 6 13.9V18C6 18.5523 6.44772 19 7 19H8V21H7C5.34315 21 4 19.6569 4 18ZM20 14.3V18C20 19.6569 18.6569 21 17 21H16V19H17C17.5523 19 18 18.5523 18 18V13.9C18 13.0142 18.5759 12.2628 19.3738 12C18.5759 11.7372 18 10.9858 18 10.1V6C18 5.44772 17.5523 5 17 5H16V3H17C18.6569 3 20 4.34315 20 6V9.7C20 10.5284 20.6716 11.2 21.5 11.2H22V12.8H21.5C20.6716 12.8 20 13.4716 20 14.3Z'
            )
          end
        end
      end
    end
  end
end
# rubocop:enable Layout/LineLength

Version data entries

14 entries across 14 versions & 2 rubygems

Version Path
phlex-icons-remix-1.6.0 lib/phlex/icons/remix/braces_fill.rb
phlex-icons-1.6.0 lib/phlex/icons/remix/braces_fill.rb
phlex-icons-remix-1.5.0 lib/phlex/icons/remix/braces_fill.rb
phlex-icons-1.5.0 lib/phlex/icons/remix/braces_fill.rb
phlex-icons-1.4.0 lib/phlex/icons/remix/braces_fill.rb
phlex-icons-remix-1.4.0 lib/phlex/icons/remix/braces_fill.rb
phlex-icons-1.3.0 lib/phlex/icons/remix/braces_fill.rb
phlex-icons-remix-1.3.0 lib/phlex/icons/remix/braces_fill.rb
phlex-icons-remix-1.2.0 lib/phlex/icons/remix/braces_fill.rb
phlex-icons-1.2.0 lib/phlex/icons/remix/braces_fill.rb
phlex-icons-remix-1.1.0 lib/phlex/icons/remix/braces_fill.rb
phlex-icons-1.1.0 lib/phlex/icons/remix/braces_fill.rb
phlex-icons-1.0.0 lib/phlex/icons/remix/braces_fill.rb
phlex-icons-remix-1.0.0 lib/phlex/icons/remix/braces_fill.rb