@kurone-kito/launchpad-icons-react
Version:
the icons like the VRChat icons for Node.js ecosystem with the React
12 lines (11 loc) • 1.26 kB
JavaScript
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
export const Triangle = (props) => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 254 190", ...props, children: [_jsx("defs", { children: _jsx("style", { children: `
.Triangle-b {
fill: #474747;
}
.Triangle-c {
fill: #dbdbdb;
}
` }) }), _jsx("path", { className: "Triangle-c", d: "M246,156h-13l-80.4-122.4c.3-.5.5-1,.5-1.6V9c0-1.7-1.3-3-3-3h-23c-1.7,0-3,1.3-3,3v16.2l-89,60.3v-1.5c0-1.7-1.3-3-3-3H9c-1.7,0-3,1.3-3,3v23c0,1.7,1.3,3,3,3h23c1.7,0,3-1.3,3-3v-1.4l185,61.8v14.6c0,1.7,1.3,3,3,3h23c1.7,0,3-1.3,3-3v-23c0-1.7-1.3-3-3-3Z" }), _jsx("path", { className: "Triangle-b", d: "M245.5,150h-10.1l-77.5-117.8c0-.2,0-.5,0-.7V8.5c0-4.7-3.8-8.5-8.5-8.5h-23c-4.7,0-8.5,3.8-8.5,8.5v13.3l-81.2,55c-1.5-1.2-3.3-1.8-5.3-1.8H8.5c-4.7,0-8.5,3.8-8.5,8.5v23c0,4.7,3.8,8.5,8.5,8.5h23c2.6,0,4.9-1.2,6.5-3l176.1,58.8v10.7c0,4.7,3.8,8.5,8.5,8.5h23c4.7,0,8.5-3.8,8.5-8.5v-23c0-4.7-3.8-8.5-8.5-8.5ZM29,104H11v-18h18v18ZM129,11h18v18h-18V11ZM40,101.1v-13.2l78.6-53.3c1.3,3.1,4.3,5.3,7.9,5.3h23c.1,0,.3,0,.4,0l72.3,110c-4.6.1-8.3,3.9-8.3,8.5v.7L40,101.1ZM243,179h-18v-18h18v18Z" })] }));
export default Triangle;
//# sourceMappingURL=Triangle.js.map