UNPKG

@ozen-ui/icons

Version:

A collection of icons

8 lines (7 loc) 1.35 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var CalculatorSIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }), React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M1 2.5A2.25 2.25 0 0 1 3.25.25h9.5A2.25 2.25 0 0 1 15 2.5v11a2.25 2.25 0 0 1-2.25 2.25h-9.5A2.25 2.25 0 0 1 1 13.5zm2.25-.75a.75.75 0 0 0-.75.75v11c0 .414.336.75.75.75h9.5a.75.75 0 0 0 .75-.75v-11a.75.75 0 0 0-.75-.75z", clipRule: "evenodd" }), React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M3.25 5.5A2.25 2.25 0 0 1 5.5 3.25h5a2.25 2.25 0 0 1 0 4.5h-5A2.25 2.25 0 0 1 3.25 5.5m2.25-.75a.75.75 0 0 0 0 1.5h5a.75.75 0 0 0 0-1.5z", clipRule: "evenodd" }), React.createElement("path", { fill: "currentColor", d: "M5 9.75a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0M7.5 9.75a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0M10 9.75a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0M12.5 9.75a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0M5 12a.75.75 0 1 1-1.5 0A.75.75 0 0 1 5 12M7.5 12A.75.75 0 1 1 6 12a.75.75 0 0 1 1.5 0M12.5 12a.75.75 0 0 1-.75.75h-2.5a.75.75 0 0 1 0-1.5h2.5a.75.75 0 0 1 .75.75" }))); }); CalculatorSIcon.displayName = 'CalculatorSIcon';