@ozen-ui/icons
Version:
A collection of icons
9 lines (8 loc) • 1.95 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.PlasticCardSavedSIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.PlasticCardSavedSIcon = (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.64673C15.75 6.64911 15.75 6.6515 15.75 6.65388C15.75 6.65627 15.75 6.65865 15.75 6.66103V11.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.40388V11.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.40388H1.75ZM14.25 5.90388H1.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.90388ZM13.2418 8.412C13.5347 8.70489 13.5347 9.17977 13.2418 9.47266L11.3571 11.3573C11.2165 11.498 11.0257 11.577 10.8268 11.577C10.6279 11.577 10.4371 11.498 10.2965 11.3573L9.35417 10.415C9.06127 10.1221 9.06128 9.64723 9.35417 9.35434C9.64707 9.06145 10.1219 9.06146 10.4148 9.35435L10.8268 9.76632L12.1811 8.41199C12.474 8.1191 12.9489 8.1191 13.2418 8.412Z", fill: "currentColor" }))); });
exports.PlasticCardSavedSIcon.displayName = 'PlasticCardSavedSIcon';