Sha256: 0630ae6abcb4823ed44822eca399a026fdd73f8aec2820e04658865461b08f0f
Contents?: true
Size: 849 Bytes
Versions: 1
Compression:
Stored size: 849 Bytes
Contents
# 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", fill: "currentColor", aria_hidden: "true", data_slot: "icon", role: "presentation" ) 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
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
protos-icon-0.4.1 | lib/protos/icon/inhouse/facebook.rb |