@ozen-ui/icons
Version:
A collection of icons
6 lines (5 loc) • 843 B
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var Number05SIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }),
React.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" }))); });
Number05SIcon.displayName = 'Number05SIcon';