@ozen-ui/icons
Version:
A collection of icons
6 lines (5 loc) • 1.21 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var LabelMIcon = 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: "M7.84617 3.74994C7.67786 3.74994 7.51644 3.8168 7.39742 3.93581C7.27841 4.05483 7.21155 4.21625 7.21155 4.38456V19.1893L11.4697 14.9312C11.7626 14.6383 12.2375 14.6383 12.5304 14.9312L16.7885 19.1893V4.38456C16.7885 4.21625 16.7216 4.05483 16.6026 3.93581C16.4836 3.8168 16.3222 3.74994 16.1539 3.74994H7.84617ZM6.33676 2.87515C6.73708 2.47484 7.28003 2.24994 7.84617 2.24994H16.1539C16.72 2.24994 17.263 2.47484 17.6633 2.87515C18.0636 3.27547 18.2885 3.81842 18.2885 4.38456V21C18.2885 21.3033 18.1058 21.5768 17.8255 21.6929C17.5453 21.809 17.2227 21.7448 17.0082 21.5303L12 16.5222L6.99188 21.5303C6.77738 21.7448 6.45479 21.809 6.17454 21.6929C5.89428 21.5768 5.71155 21.3033 5.71155 21V4.38456C5.71155 3.81842 5.93644 3.27547 6.33676 2.87515Z", fill: "currentColor" }))); });
LabelMIcon.displayName = 'LabelMIcon';