UNPKG

@icongo/sti

Version:
37 lines (36 loc) 1.3 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.STIAngular = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var STIAngular = function STIAngular(props) { return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({ 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__*/(0, _jsxRuntime.jsx)("rect", { width: 512, height: 512, fill: "#fff", rx: "15%" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("g", { fill: "#c3002f", children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { id: "prefix__a", d: "M256 65v42l111 249h-42l-22-55h-47v146l151-84 27-235-178-63zm0 123v78h33l-33-78z" }) }), /*#__PURE__*/(0, _jsxRuntime.jsx)("use", { xlinkHref: "#prefix__a", fill: "#dd0031", transform: "matrix(-1 0 0 1 512 0)" })] })); }; exports.STIAngular = STIAngular;