UNPKG

@ozen-ui/icons

Version:

A collection of icons

8 lines (7 loc) 1.5 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var CalculatorMIcon = 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: "M4 4.25A2.25 2.25 0 0 1 6.25 2h11.5A2.25 2.25 0 0 1 20 4.25v15a2.25 2.25 0 0 1-2.25 2.25H6.25A2.25 2.25 0 0 1 4 19.25zm2.25-.75a.75.75 0 0 0-.75.75v15c0 .414.336.75.75.75h11.5a.75.75 0 0 0 .75-.75v-15a.75.75 0 0 0-.75-.75z", clipRule: "evenodd" }), React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M6.25 7.5A2.25 2.25 0 0 1 8.5 5.25h7a2.25 2.25 0 0 1 2.25 2.25v1a2.25 2.25 0 0 1-2.25 2.25h-7A2.25 2.25 0 0 1 6.25 8.5zm2.25-.75a.75.75 0 0 0-.75.75v1c0 .414.336.75.75.75h7a.75.75 0 0 0 .75-.75v-1a.75.75 0 0 0-.75-.75z", clipRule: "evenodd" }), React.createElement("path", { fill: "currentColor", d: "M8.25 13.75a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0M11.25 13.75a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0M14.25 13.75a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0M17.25 13.75a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0M8.25 16.75a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0M11.25 16.75a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0M17.25 16.75c0 .414-.378.75-.844.75h-2.812c-.466 0-.844-.336-.844-.75s.378-.75.844-.75h2.812c.466 0 .844.336.844.75" }))); }); CalculatorMIcon.displayName = 'CalculatorMIcon';