UNPKG

doly-icons

Version:

React icon component based on Bootstrap Icons

7 lines (6 loc) 710 B
import { __assign } from "tslib"; import React from 'react'; import IconBase from '../icon/IconBase'; var Fonts = function (props) { return (React.createElement(IconBase, __assign({ "aria-label": "fonts" }, props, { renderChild: function (childProps) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "currentColor", viewBox: "0 0 16 16" }, childProps), React.createElement("path", { d: "M12.258 3h-8.51l-.083 2.46h.479c.26-1.544.758-1.783 2.693-1.845l.424-.013v7.827c0 .663-.144.82-1.3.923v.52h4.082v-.52c-1.162-.103-1.306-.26-1.306-.923V3.602l.431.013c1.934.062 2.434.301 2.693 1.846h.479z" }))); } }))); }; export default Fonts;