Sha256: 4b4018012749601a3174c1fb8584d276a090e910200dd85803162e722810e704

Contents?: true

Size: 1.06 KB

Versions: 24

Compression:

Stored size: 1.06 KB

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Remix
      class BracesFill < 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:
                '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

24 entries across 24 versions & 2 rubygems

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