UNPKG

@ozen-ui/icons

Version:

A collection of icons

6 lines (5 loc) 1.26 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var Number09SIcon = 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 4.57139V5.14282C11.4286 6.05214 11.0674 6.92421 10.4244 7.56719C9.7814 8.21017 8.90933 8.57139 8.00001 8.57139C7.0907 8.57139 6.21863 8.21017 5.57565 7.56719C4.93267 6.92421 4.57144 6.05214 4.57144 5.14282V4.57139C4.57144 4.12115 4.66012 3.67531 4.83243 3.25934C5.00473 2.84336 5.25727 2.4654 5.57565 2.14703C5.89402 1.82866 6.27198 1.57611 6.68796 1.40381C7.10393 1.2315 7.54977 1.14282 8.00001 1.14282C8.45026 1.14282 8.8961 1.2315 9.31207 1.40381C9.72804 1.57611 10.106 1.82866 10.4244 2.14703C10.7428 2.4654 10.9953 2.84336 11.1676 3.25934C11.3399 3.67531 11.4286 4.12115 11.4286 4.57139ZM11.4286 4.57139V11.4285C11.4286 12.3379 11.0674 13.2099 10.4244 13.8529C9.7814 14.4959 8.90933 14.8571 8.00001 14.8571C6.50744 14.8571 5.0423 13.9028 4.57144 12.5714", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }))); }); Number09SIcon.displayName = 'Number09SIcon';