UNPKG

@react-symbols/icons

Version:

Symbols icons by Miguel Solorio for React

4 lines 768 B
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime"; const DrawIO = (props) => (_jsxs("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24" }, props, { children: [_jsx("rect", { width: "8", height: "6", x: "8", y: "3.5", fill: "#F59E0B", rx: "1" }), _jsx("rect", { width: "8", height: "6", x: "3", y: "14.5", fill: "#F59E0B", rx: "1" }), _jsx("rect", { width: "8", height: "6", x: "13", y: "14.5", fill: "#F59E0B", rx: "1" }), _jsx("path", { stroke: "#F59E0B", strokeWidth: "1.5", d: "M6.608 17.024L12.265 7.226" }), _jsx("path", { stroke: "#F59E0B", strokeWidth: "1.5", d: "M0 -0.75L11.314 -0.75", transform: "scale(-1 1) rotate(-60 6.697 23.199)" })] }))); export default DrawIO; //# sourceMappingURL=drawio.js.map