@icongo/sti
Version:
Super Tiny Icons
29 lines • 877 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
import { jsxs as _jsxs } from "react/jsx-runtime";
var STIAngular = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
xmlnsXlink: "http://www.w3.org/1999/xlink",
width: "1em",
height: "1em",
"aria-label": "Angular",
viewBox: "0 0 512 512"
}, props, {
children: [/*#__PURE__*/_jsx("rect", {
width: 512,
height: 512,
fill: "#fff",
rx: "15%"
}), /*#__PURE__*/_jsx("g", {
fill: "#c3002f",
children: /*#__PURE__*/_jsx("path", {
id: "prefix__a",
d: "M256 65v42l111 249h-42l-22-55h-47v146l151-84 27-235-178-63zm0 123v78h33l-33-78z"
})
}), /*#__PURE__*/_jsx("use", {
xlinkHref: "#prefix__a",
fill: "#dd0031",
transform: "matrix(-1 0 0 1 512 0)"
})]
}));
export { STIAngular };