UNPKG

@ozen-ui/icons

Version:

A collection of icons

6 lines (5 loc) 824 B
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var TengeSIcon = 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", { fillRule: "evenodd", clipRule: "evenodd", d: "M1 0.75C1 0.335786 1.33579 0 1.75 0H14.25C14.6642 0 15 0.335786 15 0.75C15 1.16421 14.6642 1.5 14.25 1.5H1.75C1.33579 1.5 1 1.16421 1 0.75ZM1 3.5C1 3.08579 1.33579 2.75 1.75 2.75H14.25C14.6642 2.75 15 3.08579 15 3.5C15 3.91421 14.6642 4.25 14.25 4.25H8.75V15.25C8.75 15.6642 8.41421 16 8 16C7.58579 16 7.25 15.6642 7.25 15.25V4.25H1.75C1.33579 4.25 1 3.91421 1 3.5Z", fill: "currentColor" }))); }); TengeSIcon.displayName = 'TengeSIcon';