UNPKG

@kadconsulting/dry

Version:
3 lines 441 B
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime"; export const Pilcrow01 = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "pilcrow-01" }), _jsx("path", { className: 'dry-icon-pilcrow-01', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M16 4v16m0-16h2m-2 0h-5.5a4.5 4.5 0 0 0 0 9H16V4Zm-2 16h4' })] })); //# sourceMappingURL=Pilcrow01.js.map