# frozen_string_literal: true # This file was generated by the `generators/inhouse.rb` generator. # rubocop:disable Layout/LineLength module Protos module Icon module Inhouse class Facebook < Component def view_template svg( **attrs, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewbox: "0 0 24 24", class: "fill-current" ) do |s| s.path( d: "M9 8h-3v4h3v12h5v-12h3.642l.358-4h-4v-1.667c0-.955.192-1.333 1.115-1.333h2.885v-5h-3.808c-3.596 0-5.192 1.583-5.192 4.615v3.385z" ) end end end end end end # rubocop:enable Layout/LineLength