@mithril-icons/font-awesome
Version:
Mithril icons generated from https://fontawesome.com
6 lines (4 loc) • 324 B
text/typescript
import m from 'mithril'
import { SVGAttributes } from '../../svg'
const Houzz: m.Component<SVGAttributes> = { view: ({ attrs }) => m("svg", {"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 448 512", ...attrs }, m("path", {"d":"M275.9 330.7H171.3V480H17V32h109.5v104.5l305.1 85.6V480H275.9z"}, )) }
export default Houzz