@react-symbols/icons
Version:
Symbols icons by Miguel Solorio for React
4 lines • 464 B
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
const CodeRed = (props) => (_jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24" }, props, { children: _jsx("path", { stroke: "#F87171", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "2", d: "M6.778 8.519L3 12.297l3.778 3.779M17.222 8.519L21 12.297l-3.778 3.779M9.271 18.595L14.73 6" }) })));
export default CodeRed;
//# sourceMappingURL=codeRed.js.map