@ozen-ui/icons
Version:
A collection of icons
6 lines (5 loc) • 750 B
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var LabelMIcon = 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: "M7.846 3.75a.635.635 0 0 0-.634.635v14.804l4.258-4.258a.75.75 0 0 1 1.06 0l4.259 4.258V4.385a.635.635 0 0 0-.635-.635zm-1.51-.875c.401-.4.944-.625 1.51-.625h8.308a2.135 2.135 0 0 1 2.134 2.135V21a.75.75 0 0 1-1.28.53L12 16.522 6.992 21.53a.75.75 0 0 1-1.28-.53V4.385c0-.567.224-1.11.625-1.51", clipRule: "evenodd" }))); });
LabelMIcon.displayName = 'LabelMIcon';