@ozen-ui/icons
Version:
A collection of icons
9 lines (8 loc) • 1.03 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.PlasticCardFilledMIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.PlasticCardFilledMIcon = (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: "M4.14286 5C3.57454 5 3.02949 5.21071 2.62763 5.58579C2.22576 5.96086 2 6.46957 2 7V8.25333H22V7C22 6.46957 21.7742 5.96086 21.3724 5.58579C20.9705 5.21071 20.4255 5 19.8571 5H4.14286ZM2 17V9.92H22V17C22 17.5304 21.7742 18.0391 21.3724 18.4142C20.9705 18.7893 20.4255 19 19.8571 19H4.14286C3.57454 19 3.02949 18.7893 2.62763 18.4142C2.22576 18.0391 2 17.5304 2 17Z", fill: "currentColor" }))); });
exports.PlasticCardFilledMIcon.displayName = 'PlasticCardFilledMIcon';