@ozen-ui/icons
Version:
A collection of icons
6 lines (5 loc) • 877 B
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var Number02SIcon = 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: "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" }))); });
Number02SIcon.displayName = 'Number02SIcon';