UNPKG

@ozen-ui/icons

Version:

A collection of icons

6 lines (5 loc) 807 B
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var LiraSIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }), React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M6 0a.75.75 0 0 1 .75.75v2.06l3.627-.838a.75.75 0 1 1 .337 1.461L6.75 4.35v1.488l3.627-.839a.75.75 0 1 1 .337 1.461l-3.964.917v7.067c2.48-.37 4.5-2.539 4.5-5.194a.75.75 0 0 1 1.5 0C12.75 13.018 9.617 16 6 16a.75.75 0 0 1-.75-.75V7.724l-1.081.25a.75.75 0 0 1-.338-1.461l1.419-.329V4.697l-1.081.25a.75.75 0 0 1-.338-1.461l1.419-.329V.75A.75.75 0 0 1 6 0", clipRule: "evenodd" }))); }); LiraSIcon.displayName = 'LiraSIcon';