@ozen-ui/icons
Version:
A collection of icons
9 lines (8 loc) • 1.09 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.Number00SIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.Number00SIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }),
react_1.default.createElement("path", { d: "M4.57144 4.47654V11.5234C4.57144 12.4076 4.92267 13.2555 5.54786 13.8807C6.17306 14.5059 7.021 14.8571 7.90516 14.8571H8.09487C8.97903 14.8571 9.82697 14.5059 10.4522 13.8807C11.0774 13.2555 11.4286 12.4076 11.4286 11.5234V4.47654C11.4286 3.59238 11.0774 2.74444 10.4522 2.11924C9.82697 1.49405 8.97903 1.14282 8.09487 1.14282H7.90516C7.021 1.14282 6.17306 1.49405 5.54786 2.11924C4.92267 2.74444 4.57144 3.59238 4.57144 4.47654Z", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }))); });
exports.Number00SIcon.displayName = 'Number00SIcon';