UNPKG

@ozen-ui/icons

Version:

A collection of icons

9 lines (8 loc) 1.68 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Number08SIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.Number08SIcon = (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.00001 7.42854C7.0907 7.42854 6.21863 7.78976 5.57565 8.43274C4.93267 9.07572 4.57144 9.94779 4.57144 10.8571V11.4285C4.57144 11.8788 4.66012 12.3246 4.83243 12.7406C5.00473 13.1566 5.25727 13.5345 5.57565 13.8529C5.89402 14.1713 6.27198 14.4238 6.68796 14.5961C7.10393 14.7684 7.54977 14.8571 8.00001 14.8571C8.45026 14.8571 8.8961 14.7684 9.31207 14.5961C9.72804 14.4238 10.106 14.1713 10.4244 13.8529C10.7428 13.5345 10.9953 13.1566 11.1676 12.7406C11.3399 12.3246 11.4286 11.8788 11.4286 11.4285V10.8571C11.4286 9.94779 11.0674 9.07572 10.4244 8.43274C9.7814 7.78976 8.90933 7.42854 8.00001 7.42854ZM8.00001 7.42854C7.24225 7.42854 6.51553 7.12752 5.97971 6.5917C5.44389 6.05588 5.14287 5.32916 5.14287 4.57139V3.99997C5.14287 3.2422 5.44389 2.51548 5.97971 1.97966C6.51553 1.44384 7.24225 1.14282 8.00001 1.14282C8.75777 1.14282 9.4845 1.44384 10.0203 1.97966C10.5561 2.51548 10.8572 3.2422 10.8572 3.99997V4.57139C10.8572 5.32916 10.5561 6.05588 10.0203 6.5917C9.4845 7.12752 8.75777 7.42854 8.00001 7.42854Z", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }))); }); exports.Number08SIcon.displayName = 'Number08SIcon';