@ozen-ui/icons
Version:
A collection of icons
9 lines (8 loc) • 1.98 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.PlasticCardAddSIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.PlasticCardAddSIcon = (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.71625 2.69531C1.08038 2.33939 1.57017 2.14282 2.07689 2.14282H13.923C14.4298 2.14282 14.9195 2.33939 15.2837 2.69531C15.6485 3.05187 15.8571 3.5397 15.8571 4.0526V11.9473C15.8571 12.4602 15.6485 12.9481 15.2837 13.3046C14.9195 13.6605 14.4298 13.8571 13.923 13.8571H2.07689C1.57017 13.8571 1.08038 13.6605 0.71625 13.3046C0.351454 12.9481 0.142822 12.4602 0.142822 11.9473V4.0526C0.142822 3.5397 0.351454 3.05188 0.71625 2.69531ZM2.07689 3.85711C2.01237 3.85711 1.95432 3.88234 1.91453 3.92124C1.8754 3.95949 1.85711 4.00714 1.85711 4.0526V11.9473C1.85711 11.9928 1.8754 12.0404 1.91453 12.0787C1.95432 12.1176 2.01237 12.1428 2.07689 12.1428H13.923C13.9876 12.1428 14.0456 12.1176 14.0854 12.0787C14.1245 12.0404 14.1428 11.9928 14.1428 11.9473V4.0526C14.1428 4.00714 14.1245 3.95949 14.0854 3.92124C14.0456 3.88234 13.9876 3.85711 13.923 3.85711H2.07689ZM7.99997 5.14282C8.47335 5.14282 8.85711 5.52658 8.85711 5.99997V7.13053H9.99996C10.4734 7.13053 10.8571 7.51429 10.8571 7.98768C10.8571 8.46106 10.4734 8.84482 9.99996 8.84482H8.85711V9.99997C8.85711 10.4734 8.47335 10.8571 7.99997 10.8571C7.52658 10.8571 7.14282 10.4734 7.14282 9.99997V8.84482H5.99997C5.52658 8.84482 5.14282 8.46106 5.14282 7.98768C5.14282 7.51429 5.52658 7.13053 5.99997 7.13053H7.14282V5.99997C7.14282 5.52658 7.52658 5.14282 7.99997 5.14282Z", fill: "currentColor" }))); });
exports.PlasticCardAddSIcon.displayName = 'PlasticCardAddSIcon';