UNPKG

@yuntijs/ui

Version:

☁️ Yunti UI - an open-source UI component library for building Cloud Native web apps

15 lines 493 B
import { jsx as _jsx } from "react/jsx-runtime"; var AColorSvg = function AColorSvg(_ref) { var fill = _ref.fill; return /*#__PURE__*/_jsx("svg", { fill: fill || 'currentColor', height: "20", viewBox: "0 0 512 512", width: "20", xmlns: "http://www.w3.org/2000/svg", children: /*#__PURE__*/_jsx("path", { d: "M221.631 109 109.92 392h58.055l24.079-61h127.892l24.079 61h58.055L290.369 109Zm-8.261 168L256 169l42.63 108Z" }) }); }; export default AColorSvg;