UNPKG

@ozen-ui/icons

Version:

A collection of icons

9 lines (8 loc) 1.04 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Number02SIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.Number02SIcon = (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: "M11.4286 14.8571H4.57143V12.6354C4.57165 12.0365 4.72876 11.448 5.02713 10.9287C5.32549 10.4094 5.75469 9.97726 6.272 9.67539L9.728 7.65939C10.2456 7.35733 10.6751 6.92486 10.9734 6.4051C11.2718 5.88533 11.4287 5.29643 11.4286 4.69711V4.57139C11.4286 3.66208 11.0673 2.79001 10.4244 2.14703C9.78138 1.50405 8.90931 1.14282 8 1.14282C6.50743 1.14282 5.04228 2.09711 4.57143 3.42854", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }))); }); exports.Number02SIcon.displayName = 'Number02SIcon';