UNPKG

@kadconsulting/dry

Version:
3 lines 442 B
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime"; export const CurrencyYen = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "currency-yen" }), _jsx("path", { className: 'dry-icon-currency-yen', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M12 20.5v-9m0 0 6.5-8m-6.5 8-6.5-8m12.5 8H6m11 4H7' })] })); //# sourceMappingURL=CurrencyYen.js.map