UNPKG

@ozen-ui/icons

Version:

A collection of icons

10 lines (9 loc) 1.42 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.LimitsMIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.LimitsMIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }), react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M18.5 5.25C19.7426 5.25 20.75 6.25736 20.75 7.5C20.75 8.74264 19.7426 9.75 18.5 9.75L5.5 9.75C4.25736 9.75 3.25 8.74264 3.25 7.5C3.25 6.25736 4.25736 5.25 5.5 5.25L18.5 5.25ZM11 7.5C11 7.08579 10.6642 6.75 10.25 6.75L5.5 6.75C5.08579 6.75 4.75 7.08579 4.75 7.5C4.75 7.91421 5.08579 8.25 5.5 8.25L10.25 8.25C10.6642 8.25 11 7.91421 11 7.5Z", fill: "currentColor" }), react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M18.5 14.25C19.7426 14.25 20.75 15.2574 20.75 16.5C20.75 17.7426 19.7426 18.75 18.5 18.75H5.5C4.25736 18.75 3.25 17.7426 3.25 16.5C3.25 15.2574 4.25736 14.25 5.5 14.25H18.5ZM14 16.5C14 16.0858 13.6642 15.75 13.25 15.75H5.5C5.08579 15.75 4.75 16.0858 4.75 16.5C4.75 16.9142 5.08579 17.25 5.5 17.25H13.25C13.6642 17.25 14 16.9142 14 16.5Z", fill: "currentColor" }))); }); exports.LimitsMIcon.displayName = 'LimitsMIcon';