UNPKG

@ozen-ui/icons

Version:

A collection of icons

11 lines (10 loc) 1.69 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CalculatorMIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.CalculatorMIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24" }, props, { ref: ref }), react_1.default.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_1.default.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_1.default.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" }))); }); exports.CalculatorMIcon.displayName = 'CalculatorMIcon';