UNPKG

doly-icons

Version:

React icon component based on Bootstrap Icons

7 lines (6 loc) 682 B
import { __assign } from "tslib"; import React from 'react'; import IconBase from '../icon/IconBase'; var Anthropic = function (props) { return (React.createElement(IconBase, __assign({ "aria-label": "anthropic" }, 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", { fillRule: "evenodd", d: "M9.218 2h2.402L16 12.987h-2.402zM4.379 2h2.512l4.38 10.987H8.82l-.895-2.308h-4.58l-.896 2.307H0L4.38 2.001zm2.755 6.64L5.635 4.777 4.137 8.64z" }))); } }))); }; export default Anthropic;