UNPKG

@ozen-ui/icons

Version:

A collection of icons

6 lines (5 loc) 1.38 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var IntentsMIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }), React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11.4555 20.0634L11.0493 19.6986C9.20033 18.0382 6.49103 17.777 4.37699 19.0383L4.14659 19.1824C3.64721 19.4948 3 19.1348 3 18.5446L3 5.30815C3 5.05434 3.12773 4.81766 3.33964 4.67883C6.03817 2.9109 9.58207 3.16435 12 5.29302C14.3364 3.2305 17.7306 2.91666 20.4033 4.51147L20.6471 4.66382C20.8666 4.80113 21 5.04221 21 5.30162V18.5381C21 19.1353 20.3388 19.4941 19.8402 19.1674C17.6899 17.7587 14.8641 17.9739 12.9507 19.6921L12.5977 20.0091C12.3596 20.3134 11.8973 20.4107 11.553 20.1476C11.5183 20.1224 11.4856 20.0943 11.4555 20.0634ZM11.2461 6.63813L11.0494 6.46217C9.26363 4.8585 6.68293 4.56411 4.59854 5.67733L4.49947 5.73215V17.2995L4.60427 17.2557C6.75701 16.3932 9.2047 16.63 11.1551 17.8936L11.2461 17.9547V6.63813ZM12.7539 17.9475L12.849 17.8846C14.8068 16.6176 17.2606 16.3877 19.4123 17.2557L19.5002 17.2925V5.72618L19.4146 5.6776C17.3234 4.55367 14.7362 4.85249 12.951 6.45563L12.7539 6.63186V17.9475Z", fill: "currentColor" }))); }); IntentsMIcon.displayName = 'IntentsMIcon';