UNPKG

@react-symbols/icons

Version:

Symbols icons by Miguel Solorio for React

4 lines 465 B
import { jsx as _jsx } from "react/jsx-runtime"; const CodePink = (props) => (_jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none" }, props, { children: _jsx("path", { stroke: "#F472B6", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, d: "M6.778 8.519 3 12.297l3.778 3.779M17.222 8.519 21 12.297l-3.778 3.779M9.271 18.595 14.73 6" }) }))); export default CodePink; //# sourceMappingURL=codePink.js.map