UNPKG

@ozen-ui/icons

Version:

A collection of icons

9 lines (8 loc) 1.01 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Number05SIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.Number05SIcon = (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: "M10.8571 1.14282H5.14285L4.57143 7.42854L5.89143 6.76797C6.52662 6.4505 7.22703 6.28537 7.93714 6.28568H8C8.90931 6.28568 9.78138 6.6469 10.4244 7.28989C11.0673 7.93287 11.4286 8.80494 11.4286 9.71425V11.4285C11.4286 12.3379 11.0673 13.2099 10.4244 13.8529C9.78138 14.4959 8.90931 14.8571 8 14.8571C6.50743 14.8571 5.04228 13.9028 4.57143 12.5714", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }))); }); exports.Number05SIcon.displayName = 'Number05SIcon';