UNPKG

@ozen-ui/icons

Version:

A collection of icons

6 lines (5 loc) 1.47 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var EuroSIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }), React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.04728 7.25C4.01609 7.49535 4 7.74567 4 8C4 8.25433 4.01609 8.50465 4.04728 8.75H8.5C8.91421 8.75 9.25 9.08579 9.25 9.5C9.25 9.91421 8.91421 10.25 8.5 10.25H4.44625C5.30441 12.3126 7.30621 13.75 9.62242 13.75C11.2252 13.75 12.6732 13.0648 13.7004 11.9584C13.9822 11.6549 14.4568 11.6373 14.7603 11.9191C15.0639 12.201 15.0815 12.6755 14.7996 12.9791C13.5039 14.3746 11.6644 15.25 9.62242 15.25C6.45117 15.25 3.77858 13.1461 2.85007 10.25H1.75C1.33579 10.25 1 9.91421 1 9.5C1 9.08579 1.33579 8.75 1.75 8.75H2.53773C2.51278 8.50337 2.5 8.25315 2.5 8C2.5 7.74685 2.51278 7.49663 2.53773 7.25H1.75C1.33579 7.25 1 6.91421 1 6.5C1 6.08579 1.33579 5.75 1.75 5.75H2.85007C3.77858 2.85391 6.45117 0.75 9.62242 0.75C11.6644 0.75 13.5039 1.62543 14.7996 3.02094C15.0815 3.32449 15.0639 3.79904 14.7603 4.08088C14.4568 4.36271 13.9822 4.34511 13.7004 4.04156C12.6732 2.9352 11.2252 2.25 9.62242 2.25C7.30621 2.25 5.30441 3.68742 4.44625 5.75H10.75C11.1642 5.75 11.5 6.08579 11.5 6.5C11.5 6.91421 11.1642 7.25 10.75 7.25H4.04728Z", fill: "currentColor" }))); }); EuroSIcon.displayName = 'EuroSIcon';