@ozen-ui/icons
Version:
A collection of icons
9 lines (8 loc) • 1.66 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.PlasticCardActiveMIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.PlasticCardActiveMIcon = (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: "M2.85895 4.91808C3.25515 4.4964 3.80286 4.25 4.38462 4.25H19.6154C20.1971 4.25 20.7449 4.4964 21.141 4.91808C21.5358 5.33817 21.75 5.89849 21.75 6.47368V17.5263C21.75 18.1015 21.5358 18.6618 21.141 19.0819C20.7449 19.5036 20.1971 19.75 19.6154 19.75H4.38462C3.80286 19.75 3.25515 19.5036 2.85895 19.0819C2.46425 18.6618 2.25 18.1015 2.25 17.5263V6.47368C2.25 5.89849 2.46425 5.33817 2.85895 4.91808ZM3.75 10.75V17.5263C3.75 17.7328 3.82751 17.9222 3.95214 18.0548C4.07527 18.1859 4.23193 18.25 4.38462 18.25H19.6154C19.7681 18.25 19.9247 18.1859 20.0479 18.0548C20.1725 17.9222 20.25 17.7328 20.25 17.5263V10.75H3.75ZM20.25 9.25H3.75V6.47368C3.75 6.26719 3.82751 6.07783 3.95214 5.94519C4.07527 5.81413 4.23193 5.75 4.38462 5.75H19.6154C19.7681 5.75 19.9247 5.81413 20.0479 5.94519C20.1725 6.07783 20.25 6.26719 20.25 6.47368V9.25ZM14.25 15C14.25 14.5858 14.5858 14.25 15 14.25H18C18.4142 14.25 18.75 14.5858 18.75 15C18.75 15.4142 18.4142 15.75 18 15.75H15C14.5858 15.75 14.25 15.4142 14.25 15Z", fill: "currentColor" }))); });
exports.PlasticCardActiveMIcon.displayName = 'PlasticCardActiveMIcon';