UNPKG

doly-icons

Version:

React icon component based on Bootstrap Icons

7 lines (6 loc) 588 B
import { __assign } from "tslib"; import React from 'react'; import IconBase from '../icon/IconBase'; var Amd = function (props) { return (React.createElement(IconBase, __assign({ "aria-label": "amd" }, 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: "m.334 0 4.358 4.359h7.15v7.15l4.358 4.358V0zM.2 9.72l4.487-4.488v6.281h6.28L6.48 16H.2z" }))); } }))); }; export default Amd;