UNPKG

@ozen-ui/icons

Version:

A collection of icons

9 lines (8 loc) 1.61 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Number06SIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.Number06SIcon = (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.57143 11.4285V10.8571C4.57143 10.4069 4.66011 9.96102 4.83241 9.54505C5.00471 9.12908 5.25726 8.75111 5.57563 8.43274C5.894 8.11437 6.27197 7.86182 6.68794 7.68952C7.10391 7.51722 7.54975 7.42854 8 7.42854C8.45024 7.42854 8.89608 7.51722 9.31206 7.68952C9.72803 7.86182 10.106 8.11437 10.4244 8.43274C10.7427 8.75111 10.9953 9.12908 11.1676 9.54505C11.3399 9.96102 11.4286 10.4069 11.4286 10.8571V11.4285C11.4286 11.8788 11.3399 12.3246 11.1676 12.7406C10.9953 13.1566 10.7427 13.5345 10.4244 13.8529C10.106 14.1713 9.72803 14.4238 9.31206 14.5961C8.89608 14.7684 8.45024 14.8571 8 14.8571C7.54975 14.8571 7.10391 14.7684 6.68794 14.5961C6.27197 14.4238 5.894 14.1713 5.57563 13.8529C5.25726 13.5345 5.00471 13.1566 4.83241 12.7406C4.66011 12.3246 4.57143 11.8788 4.57143 11.4285ZM4.57143 11.4285V4.57139C4.57143 3.66208 4.93265 2.79001 5.57563 2.14703C6.21861 1.50405 7.09068 1.14282 8 1.14282C9.49257 1.14282 10.9577 2.09711 11.4286 3.42854", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }))); }); exports.Number06SIcon.displayName = 'Number06SIcon';