UNPKG

@ozen-ui/icons

Version:

A collection of icons

8 lines (7 loc) 1.36 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var PercentSIcon = 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 5.5C4.82843 5.5 5.5 4.82843 5.5 4C5.5 3.17157 4.82843 2.5 4 2.5C3.17157 2.5 2.5 3.17157 2.5 4C2.5 4.82843 3.17157 5.5 4 5.5ZM4 7C5.65685 7 7 5.65685 7 4C7 2.34315 5.65685 1 4 1C2.34315 1 1 2.34315 1 4C1 5.65685 2.34315 7 4 7Z", fill: "currentColor" }), React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12 13.5C12.8284 13.5 13.5 12.8284 13.5 12C13.5 11.1716 12.8284 10.5 12 10.5C11.1716 10.5 10.5 11.1716 10.5 12C10.5 12.8284 11.1716 13.5 12 13.5ZM12 15C13.6569 15 15 13.6569 15 12C15 10.3431 13.6569 9 12 9C10.3431 9 9 10.3431 9 12C9 13.6569 10.3431 15 12 15Z", fill: "currentColor" }), React.createElement("path", { d: "M13.3034 1.63606C13.5963 1.34317 14.0712 1.34317 14.3641 1.63606C14.6569 1.92895 14.6569 2.40383 14.3641 2.69672L2.69679 14.364C2.4039 14.6569 1.92902 14.6569 1.63613 14.364C1.34324 14.0711 1.34324 13.5962 1.63613 13.3033L13.3034 1.63606Z", fill: "currentColor" }))); }); PercentSIcon.displayName = 'PercentSIcon';