UNPKG

@ozen-ui/icons

Version:

A collection of icons

9 lines (8 loc) 911 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.LabelMIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.LabelMIcon = (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: "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" }))); }); exports.LabelMIcon.displayName = 'LabelMIcon';