UNPKG

@ozen-ui/icons

Version:

A collection of icons

9 lines (8 loc) 1.91 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CaseMIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.CaseMIcon = (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: "M7.72138 2.87515C8.1217 2.47484 8.66465 2.24994 9.23079 2.24994H14.7693C15.3354 2.24994 15.8784 2.47484 16.2787 2.87515C16.679 3.27547 16.9039 3.81842 16.9039 4.38456V6.40382H19.6154C20.1816 6.40382 20.7245 6.62872 21.1248 7.02903C21.5252 7.42935 21.7501 7.9723 21.7501 8.53844V19.6154C21.7501 20.1815 21.5252 20.7245 21.1248 21.1248C20.7245 21.5251 20.1816 21.75 19.6154 21.75H4.38462C3.81848 21.75 3.27553 21.5251 2.87522 21.1248C2.4749 20.7245 2.25 20.1815 2.25 19.6154V8.53844C2.25 7.9723 2.4749 7.42935 2.87522 7.02903C3.27553 6.62872 3.81848 6.40382 4.38462 6.40382H7.09617V4.38456C7.09617 3.81842 7.32107 3.27547 7.72138 2.87515ZM8.59617 6.40382H15.4039V4.38456C15.4039 4.21625 15.337 4.05483 15.218 3.93581C15.099 3.8168 14.9376 3.74994 14.7693 3.74994H9.23079C9.06248 3.74994 8.90106 3.8168 8.78204 3.93581C8.66303 4.05483 8.59617 4.21625 8.59617 4.38456V6.40382ZM4.38462 7.90382C4.21631 7.90382 4.05489 7.97068 3.93588 8.08969C3.81686 8.20871 3.75 8.37013 3.75 8.53844V19.6154C3.75 19.7837 3.81686 19.9451 3.93588 20.0641C4.05489 20.1832 4.21631 20.25 4.38462 20.25H19.6154C19.7837 20.25 19.9452 20.1832 20.0642 20.0641C20.1832 19.9451 20.2501 19.7837 20.2501 19.6154V8.53844C20.2501 8.37013 20.1832 8.20871 20.0642 8.08969C19.9452 7.97068 19.7837 7.90382 19.6154 7.90382H4.38462Z", fill: "currentColor" }))); }); exports.CaseMIcon.displayName = 'CaseMIcon';