UNPKG

@ozen-ui/icons

Version:

A collection of icons

8 lines (7 loc) 1.47 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var FineMIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24" }, props, { ref: ref }), React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M12.47 17.42a.75.75 0 0 1 1.06 0l.266.265 3.889-3.89-.266-.265a.75.75 0 1 1 1.061-1.06l3.978 3.977a.75.75 0 0 1-1.061 1.06l-.265-.264-1.415 1.414 2.652 2.651a.75.75 0 0 1-1.06 1.061l-2.652-2.651-1.414 1.414.265.265a.75.75 0 0 1-1.06 1.06L12.47 18.48a.75.75 0 0 1 0-1.06m3.712 2.651-1.326-1.326 3.89-3.889 1.325 1.326z", clipRule: "evenodd" }), React.createElement("path", { fill: "currentColor", d: "M7.75 3a.75.75 0 0 0-1.5 0v4a.75.75 0 0 0 1.5 0V5.75H14a.75.75 0 0 0 0-1.5H7.75z" }), React.createElement("path", { fill: "currentColor", d: "M17.75 3a.75.75 0 0 0-1.5 0v1.545a.75.75 0 0 0 0 .91V7a.75.75 0 0 0 1.5 0V5.75h1.865c.168 0 .329.067.448.187.12.12.187.283.187.454V9.25H3.75V6.391c0-.17.068-.334.187-.454.12-.12.28-.187.448-.187a.75.75 0 0 0 0-1.5c-.568 0-1.111.226-1.511.628s-.624.947-.624 1.513V19.61c0 .566.224 1.11.624 1.512s.943.629 1.51.629h7.366a.75.75 0 0 0 0-1.5H4.385a.63.63 0 0 1-.448-.187.65.65 0 0 1-.187-.454V10.75h16.5v2a.75.75 0 0 0 1.5 0V6.391c0-.566-.224-1.11-.624-1.513a2.13 2.13 0 0 0-1.51-.628H17.75z" }))); }); FineMIcon.displayName = 'FineMIcon';