@ozen-ui/icons
Version:
A collection of icons
9 lines (8 loc) • 1.49 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.PlasticCardSIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.PlasticCardSIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }),
react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0.552354 2.54737C0.90602 2.1969 1.38569 2 1.88585 2H14.1141C14.6143 2 15.094 2.1969 15.4476 2.54737C15.8013 2.89785 16 3.3732 16 3.86885V12.1311C16 12.6268 15.8013 13.1021 15.4476 13.4526C15.094 13.8031 14.6143 14 14.1141 14H1.88585C1.38569 14 0.906019 13.8031 0.552354 13.4526C0.198688 13.1021 0 12.6268 0 12.1311V3.86885C0 3.3732 0.198688 2.89785 0.552354 2.54737ZM1.54838 7.39016V12.1311C1.54838 12.2198 1.58394 12.3049 1.64723 12.3676C1.71052 12.4303 1.79635 12.4656 1.88585 12.4656H14.1141C14.2036 12.4656 14.2895 12.4303 14.3528 12.3676C14.4161 12.3049 14.4516 12.2198 14.4516 12.1311V7.39016H1.54838ZM14.4516 5.85574H1.54838V3.86885C1.54838 3.78016 1.58394 3.69509 1.64723 3.63237C1.71051 3.56966 1.79635 3.53442 1.88585 3.53442H14.1141C14.2036 3.53442 14.2895 3.56966 14.3528 3.63237C14.4161 3.69509 14.4516 3.78015 14.4516 3.86885V5.85574Z", fill: "currentColor" }))); });
exports.PlasticCardSIcon.displayName = 'PlasticCardSIcon';