UNPKG

@ozen-ui/icons

Version:

A collection of icons

8 lines (7 loc) 1.38 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var PercentMIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }), React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7 9.5C8.38071 9.5 9.5 8.38071 9.5 7C9.5 5.61929 8.38071 4.5 7 4.5C5.61929 4.5 4.5 5.61929 4.5 7C4.5 8.38071 5.61929 9.5 7 9.5ZM7 11C9.20914 11 11 9.20914 11 7C11 4.79086 9.20914 3 7 3C4.79086 3 3 4.79086 3 7C3 9.20914 4.79086 11 7 11Z", fill: "currentColor" }), React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M17 19.5C18.3807 19.5 19.5 18.3807 19.5 17C19.5 15.6193 18.3807 14.5 17 14.5C15.6193 14.5 14.5 15.6193 14.5 17C14.5 18.3807 15.6193 19.5 17 19.5ZM17 21C19.2091 21 21 19.2091 21 17C21 14.7909 19.2091 13 17 13C14.7909 13 13 14.7909 13 17C13 19.2091 14.7909 21 17 21Z", fill: "currentColor" }), React.createElement("path", { d: "M18.7176 4.22181C19.0104 3.92891 19.4853 3.92891 19.7782 4.22181C20.0711 4.5147 20.0711 4.98957 19.7782 5.28247L5.28253 19.7782C4.98963 20.071 4.51476 20.071 4.22187 19.7782C3.92897 19.4853 3.92897 19.0104 4.22187 18.7175L18.7176 4.22181Z", fill: "currentColor" }))); }); PercentMIcon.displayName = 'PercentMIcon';