UNPKG

@kadconsulting/dry

Version:
3 lines 423 B
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime"; export const Framer = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "framer" }), _jsx("path", { className: 'dry-icon-framer', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M12 15.5v7l-7-7m0 0v-7h7m-7 7h14l-7-7m0 0h7v-7H5l7 7Z' })] })); //# sourceMappingURL=Framer.js.map