@icongo/sti
Version:
Super Tiny Icons
29 lines • 960 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 STISemaphoreci = 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": "Semaphore CI",
viewBox: "0 0 512 512"
}, props, {
children: [/*#__PURE__*/_jsx("rect", {
width: 512,
height: 512,
fill: "#fff",
rx: "15%"
}), /*#__PURE__*/_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__*/_jsx("use", {
xlinkHref: "#prefix__a",
fill: "#F16332",
transform: "rotate(180 255.9 256.1)"
}), /*#__PURE__*/_jsx("use", {
xlinkHref: "#prefix__a",
fill: "#029D75"
})]
}));
export { STISemaphoreci };