UNPKG

@kadconsulting/dry

Version:
3 lines 433 B
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime"; export const Pilcrow02 = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "pilcrow-02" }), _jsx("path", { className: 'dry-icon-pilcrow-02', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M17.5 4v16m2-16H9a4 4 0 1 0 0 8h5m0-8v16m-2 0h7.5' })] })); //# sourceMappingURL=Pilcrow02.js.map