@ozen-ui/icons
Version:
A collection of icons
9 lines (8 loc) • 1.81 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.PlasticCardActiveSIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.PlasticCardActiveSIcon = (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.791177 2.77196C1.13504 2.43586 1.59784 2.25 2.07692 2.25H13.9231C14.4022 2.25 14.865 2.43586 15.2088 2.77196C15.5533 3.10864 15.75 3.56895 15.75 4.05263V6.60425C15.75 6.60663 15.75 6.60901 15.75 6.6114C15.75 6.61379 15.75 6.61617 15.75 6.61855V11.9474C15.75 12.4311 15.5533 12.8914 15.2088 13.228C14.865 13.5641 14.4022 13.75 13.9231 13.75H2.07692C1.59784 13.75 1.13504 13.5641 0.791177 13.228C0.446736 12.8914 0.25 12.431 0.25 11.9474V4.05263C0.25 3.56895 0.446735 3.10864 0.791177 2.77196ZM1.75 7.3614V11.9474C1.75 12.022 1.78019 12.0972 1.83967 12.1553C1.89973 12.2141 1.98477 12.25 2.07692 12.25H13.9231C14.0152 12.25 14.1003 12.2141 14.1603 12.1553C14.2198 12.0972 14.25 12.022 14.25 11.9474V7.3614H1.75ZM14.25 5.8614H1.75V4.05263C1.75 3.97796 1.78019 3.90279 1.83967 3.84465C1.89973 3.78594 1.98477 3.75 2.07692 3.75H13.9231C14.0152 3.75 14.1003 3.78594 14.1603 3.84465C14.2198 3.9028 14.25 3.97796 14.25 4.05263V5.8614ZM9.94238 10.338C9.94238 9.92382 10.2782 9.58804 10.6924 9.58804H12.3078C12.722 9.58804 13.0578 9.92382 13.0578 10.338C13.0578 10.7522 12.722 11.088 12.3078 11.088H10.6924C10.2782 11.088 9.94238 10.7522 9.94238 10.338Z", fill: "currentColor" }))); });
exports.PlasticCardActiveSIcon.displayName = 'PlasticCardActiveSIcon';