UNPKG

@ozen-ui/icons

Version:

A collection of icons

9 lines (8 loc) 1.21 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Number03SIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.Number03SIcon = (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 12.5714C5.04228 13.9028 6.50743 14.8571 8 14.8571C8.90931 14.8571 9.78138 14.4959 10.4244 13.8529C11.0673 13.2099 11.4286 12.3379 11.4286 11.4285V10.8571C11.4286 9.94779 11.0673 9.07572 10.4244 8.43274C9.78138 7.78976 8.90931 7.42854 8 7.42854H7.88571C8.67378 7.42854 9.42958 7.11548 9.98683 6.55823C10.5441 6.00097 10.8571 5.24518 10.8571 4.45711V3.99997C10.8571 3.4003 10.6685 2.81584 10.3178 2.32936C9.9672 1.84289 9.4724 1.47907 8.90351 1.28944C8.33461 1.09981 7.72048 1.09398 7.14809 1.27278C6.5757 1.45158 6.07408 1.80595 5.71428 2.28568", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }))); }); exports.Number03SIcon.displayName = 'Number03SIcon';