UNPKG

@ozen-ui/icons

Version:

A collection of icons

14 lines (13 loc) 2.82 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var CalculatorMIcon = 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: "M4 4.25C4 3.00736 5.00736 2 6.25 2H17.75C18.9926 2 20 3.00736 20 4.25V19.25C20 20.4926 18.9926 21.5 17.75 21.5H6.25C5.00736 21.5 4 20.4926 4 19.25V4.25ZM6.25 3.5C5.83579 3.5 5.5 3.83579 5.5 4.25V19.25C5.5 19.6642 5.83579 20 6.25 20H17.75C18.1642 20 18.5 19.6642 18.5 19.25V4.25C18.5 3.83579 18.1642 3.5 17.75 3.5H6.25Z", fill: "currentColor" }), React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6.25 7.5C6.25 6.25736 7.25736 5.25 8.5 5.25H15.5C16.7426 5.25 17.75 6.25736 17.75 7.5V8.5C17.75 9.74264 16.7426 10.75 15.5 10.75H8.5C7.25736 10.75 6.25 9.74264 6.25 8.5V7.5ZM8.5 6.75C8.08579 6.75 7.75 7.08579 7.75 7.5V8.5C7.75 8.91421 8.08579 9.25 8.5 9.25H15.5C15.9142 9.25 16.25 8.91421 16.25 8.5V7.5C16.25 7.08579 15.9142 6.75 15.5 6.75H8.5Z", fill: "currentColor" }), React.createElement("path", { d: "M8.25 13.75C8.25 14.1642 7.91421 14.5 7.5 14.5C7.08579 14.5 6.75 14.1642 6.75 13.75C6.75 13.3358 7.08579 13 7.5 13C7.91421 13 8.25 13.3358 8.25 13.75Z", fill: "currentColor" }), React.createElement("path", { d: "M11.25 13.75C11.25 14.1642 10.9142 14.5 10.5 14.5C10.0858 14.5 9.75 14.1642 9.75 13.75C9.75 13.3358 10.0858 13 10.5 13C10.9142 13 11.25 13.3358 11.25 13.75Z", fill: "currentColor" }), React.createElement("path", { d: "M14.25 13.75C14.25 14.1642 13.9142 14.5 13.5 14.5C13.0858 14.5 12.75 14.1642 12.75 13.75C12.75 13.3358 13.0858 13 13.5 13C13.9142 13 14.25 13.3358 14.25 13.75Z", fill: "currentColor" }), React.createElement("path", { d: "M17.25 13.75C17.25 14.1642 16.9142 14.5 16.5 14.5C16.0858 14.5 15.75 14.1642 15.75 13.75C15.75 13.3358 16.0858 13 16.5 13C16.9142 13 17.25 13.3358 17.25 13.75Z", fill: "currentColor" }), React.createElement("path", { d: "M8.25 16.75C8.25 17.1642 7.91421 17.5 7.5 17.5C7.08579 17.5 6.75 17.1642 6.75 16.75C6.75 16.3358 7.08579 16 7.5 16C7.91421 16 8.25 16.3358 8.25 16.75Z", fill: "currentColor" }), React.createElement("path", { d: "M11.25 16.75C11.25 17.1642 10.9142 17.5 10.5 17.5C10.0858 17.5 9.75 17.1642 9.75 16.75C9.75 16.3358 10.0858 16 10.5 16C10.9142 16 11.25 16.3358 11.25 16.75Z", fill: "currentColor" }), React.createElement("path", { d: "M17.25 16.75C17.25 17.1642 16.8722 17.5 16.4062 17.5H13.5938C13.1278 17.5 12.75 17.1642 12.75 16.75C12.75 16.3358 13.1278 16 13.5938 16H16.4062C16.8722 16 17.25 16.3358 17.25 16.75Z", fill: "currentColor" }))); }); CalculatorMIcon.displayName = 'CalculatorMIcon';