@ozen-ui/icons
Version:
A collection of icons
6 lines (5 loc) • 983 B
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var IntentsMIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24" }, props, { ref: ref }),
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "m11.456 20.063-.407-.364a5.66 5.66 0 0 0-6.672-.66l-.23.143A.75.75 0 0 1 3 18.545V5.308c0-.254.128-.49.34-.63a7.164 7.164 0 0 1 8.66.615 7.15 7.15 0 0 1 8.403-.782l.244.153c.22.137.353.378.353.638v13.236a.75.75 0 0 1-1.16.63 5.66 5.66 0 0 0-6.89.524l-.352.317a.75.75 0 0 1-1.045.139 1 1 0 0 1-.098-.085m-.21-13.425-.197-.176a5.66 5.66 0 0 0-6.45-.785l-.1.055V17.3l.105-.043a7.16 7.16 0 0 1 6.551.638l.091.06zm1.508 11.31.095-.063a7.16 7.16 0 0 1 6.563-.63l.088.038V5.726l-.085-.048a5.66 5.66 0 0 0-6.464.778l-.197.176z", clipRule: "evenodd" }))); });
IntentsMIcon.displayName = 'IntentsMIcon';