@ozen-ui/icons
Version:
A collection of icons
14 lines (13 loc) • 2.69 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var CalculatorSIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }),
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1 2.5C1 1.25736 2.00736 0.25 3.25 0.25H12.75C13.9926 0.25 15 1.25736 15 2.5V13.5C15 14.7426 13.9926 15.75 12.75 15.75H3.25C2.00736 15.75 1 14.7426 1 13.5V2.5ZM3.25 1.75C2.83579 1.75 2.5 2.08579 2.5 2.5V13.5C2.5 13.9142 2.83579 14.25 3.25 14.25H12.75C13.1642 14.25 13.5 13.9142 13.5 13.5V2.5C13.5 2.08579 13.1642 1.75 12.75 1.75H3.25Z", fill: "currentColor" }),
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.25 5.5C3.25 4.25736 4.25736 3.25 5.5 3.25H10.5C11.7426 3.25 12.75 4.25736 12.75 5.5C12.75 6.74264 11.7426 7.75 10.5 7.75H5.5C4.25736 7.75 3.25 6.74264 3.25 5.5ZM5.5 4.75C5.08579 4.75 4.75 5.08579 4.75 5.5C4.75 5.91421 5.08579 6.25 5.5 6.25H10.5C10.9142 6.25 11.25 5.91421 11.25 5.5C11.25 5.08579 10.9142 4.75 10.5 4.75H5.5Z", fill: "currentColor" }),
React.createElement("path", { d: "M5 9.75C5 10.1642 4.66421 10.5 4.25 10.5C3.83579 10.5 3.5 10.1642 3.5 9.75C3.5 9.33579 3.83579 9 4.25 9C4.66421 9 5 9.33579 5 9.75Z", fill: "currentColor" }),
React.createElement("path", { d: "M7.5 9.75C7.5 10.1642 7.16421 10.5 6.75 10.5C6.33579 10.5 6 10.1642 6 9.75C6 9.33579 6.33579 9 6.75 9C7.16421 9 7.5 9.33579 7.5 9.75Z", fill: "currentColor" }),
React.createElement("path", { d: "M10 9.75C10 10.1642 9.66421 10.5 9.25 10.5C8.83579 10.5 8.5 10.1642 8.5 9.75C8.5 9.33579 8.83579 9 9.25 9C9.66421 9 10 9.33579 10 9.75Z", fill: "currentColor" }),
React.createElement("path", { d: "M12.5 9.75C12.5 10.1642 12.1642 10.5 11.75 10.5C11.3358 10.5 11 10.1642 11 9.75C11 9.33579 11.3358 9 11.75 9C12.1642 9 12.5 9.33579 12.5 9.75Z", fill: "currentColor" }),
React.createElement("path", { d: "M5 12C5 12.4142 4.66421 12.75 4.25 12.75C3.83579 12.75 3.5 12.4142 3.5 12C3.5 11.5858 3.83579 11.25 4.25 11.25C4.66421 11.25 5 11.5858 5 12Z", fill: "currentColor" }),
React.createElement("path", { d: "M7.5 12C7.5 12.4142 7.16421 12.75 6.75 12.75C6.33579 12.75 6 12.4142 6 12C6 11.5858 6.33579 11.25 6.75 11.25C7.16421 11.25 7.5 11.5858 7.5 12Z", fill: "currentColor" }),
React.createElement("path", { d: "M12.5 12C12.5 12.4142 12.1642 12.75 11.75 12.75H9.25C8.83579 12.75 8.5 12.4142 8.5 12C8.5 11.5858 8.83579 11.25 9.25 11.25H11.75C12.1642 11.25 12.5 11.5858 12.5 12Z", fill: "currentColor" }))); });
CalculatorSIcon.displayName = 'CalculatorSIcon';