@icongo/sti
Version:
Super Tiny Icons
37 lines (36 loc) • 1.39 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.STISemaphoreci = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var STISemaphoreci = function STISemaphoreci(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": "Semaphore CI",
viewBox: "0 0 512 512"
}, props), {}, {
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
width: 512,
height: 512,
fill: "#fff",
rx: "15%"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
id: "prefix__a",
d: "M448 235.4 408 276l-66.5-67.7a49.3 49.3 0 0 0-69.7 0l-52.7 53.6a19.4 19.4 0 0 1-27.5 0l-26.1-26.5 66.5-67.7a105.7 105.7 0 0 1 149.5 0v.1z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("use", {
xlinkHref: "#prefix__a",
fill: "#F16332",
transform: "rotate(180 255.9 256.1)"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("use", {
xlinkHref: "#prefix__a",
fill: "#029D75"
})]
}));
};
exports.STISemaphoreci = STISemaphoreci;