@ozen-ui/icons
Version:
A collection of icons
9 lines (8 loc) • 1.05 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.EuroSIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.EuroSIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }),
react_1.default.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M4.047 7.25a6 6 0 0 0 0 1.5H8.5a.75.75 0 0 1 0 1.5H4.446c.858 2.063 2.86 3.5 5.176 3.5 1.603 0 3.051-.685 4.078-1.792a.75.75 0 0 1 1.1 1.021 7.05 7.05 0 0 1-5.178 2.271c-3.17 0-5.843-2.104-6.772-5h-1.1a.75.75 0 0 1 0-1.5h.788a7.5 7.5 0 0 1 0-1.5H1.75a.75.75 0 0 1 0-1.5h1.1c.929-2.896 3.601-5 6.772-5 2.042 0 3.882.875 5.178 2.27a.75.75 0 1 1-1.1 1.022A5.55 5.55 0 0 0 9.622 2.25c-2.316 0-4.318 1.437-5.176 3.5h6.304a.75.75 0 0 1 0 1.5z", clipRule: "evenodd" }))); });
exports.EuroSIcon.displayName = 'EuroSIcon';