@ozen-ui/icons
Version:
A collection of icons
9 lines (8 loc) • 1.15 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.IntentsMIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.IntentsMIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24" }, props, { ref: ref }),
react_1.default.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" }))); });
exports.IntentsMIcon.displayName = 'IntentsMIcon';