lib/protos/icon/inhouse/facebook.rb in protos-icon-0.4.0 vs lib/protos/icon/inhouse/facebook.rb in protos-icon-0.4.1
- old
+ new
@@ -12,10 +12,13 @@
**attrs,
xmlns: "http://www.w3.org/2000/svg",
width: "24",
height: "24",
viewbox: "0 0 24 24",
- class: "fill-current"
+ 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"
)