UNPKG

@react-symbols/icons

Version:

Symbols icons by Miguel Solorio for React

4 lines 473 B
import { jsx as _jsx } from "react/jsx-runtime"; const CodeYellow = (props) => (_jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24" }, props, { children: _jsx("path", { stroke: "#F59E0B", 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 CodeYellow; //# sourceMappingURL=codeYellow.js.map