@ozen-ui/icons
Version:
A collection of icons
9 lines (8 loc) • 809 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.Number01SIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.Number01SIcon = (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: "M8 14.8571V1.14282V2.28568C8 2.89189 7.75918 3.47327 7.33053 3.90192C6.90187 4.33058 6.32049 4.57139 5.71428 4.57139H4.57143M11.4286 14.8571H4.57143", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }))); });
exports.Number01SIcon.displayName = 'Number01SIcon';