UNPKG

@ozen-ui/icons

Version:

A collection of icons

6 lines (5 loc) 1.61 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var IntentsSIcon = 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: "M0 3.66396V12.494C0 13.2091 0.734146 13.7048 1.41685 13.4918C2.20943 13.2445 3.19653 12.9999 4 12.9999C5.22127 12.9999 6.86683 13.565 7.60861 13.8456C7.86042 13.9409 8.13958 13.9409 8.39139 13.8456C9.13317 13.565 10.7787 12.9999 12 12.9999C12.8035 12.9999 13.7906 13.2445 14.5831 13.4918C15.2659 13.7048 16 13.2091 16 12.494V3.66396C16 3.26159 15.7592 2.89863 15.381 2.76129C14.5665 2.46549 13.1085 1.99994 12 1.99994C10.7787 1.99994 9.13317 2.56505 8.39139 2.84564C8.13958 2.94089 7.86042 2.94089 7.60861 2.84564C6.86683 2.56505 5.22127 1.99994 4 1.99994C2.89151 1.99994 1.4335 2.46549 0.618986 2.76129C0.240788 2.89863 0 3.26159 0 3.66396ZM1.5 11.9034C2.25177 11.6947 3.16615 11.4999 4 11.4999C5.08534 11.4999 6.34899 11.8364 7.25 12.1295V4.30693C7.19214 4.28955 7.13474 4.27011 7.07792 4.24862C6.31634 3.96055 4.91135 3.49994 4 3.49994C3.29957 3.49994 2.29118 3.77526 1.5 4.04203V11.9034ZM14.5 11.9034C13.7482 11.6947 12.8339 11.4999 12 11.4999C10.9147 11.4999 9.65101 11.8364 8.75 12.1295V4.30693C8.80786 4.28955 8.86526 4.27011 8.92208 4.24862C9.68366 3.96055 11.0886 3.49994 12 3.49994C12.7004 3.49994 13.7088 3.77525 14.5 4.04203V11.9034Z", fill: "currentColor" }))); }); IntentsSIcon.displayName = 'IntentsSIcon';