@ozen-ui/icons
Version:
A collection of icons
9 lines (8 loc) • 1.08 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({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }),
react_1.default.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M.552 2.547C.906 2.197 1.386 2 1.886 2h12.228c.5 0 .98.197 1.334.547.353.35.552.826.552 1.322v8.262c0 .496-.199.971-.552 1.322-.354.35-.834.547-1.334.547H1.886c-.5 0-.98-.197-1.334-.547A1.86 1.86 0 0 1 0 12.13V3.87c0-.496.199-.971.552-1.322m.996 4.843v4.741a.34.34 0 0 0 .337.335h12.23a.34.34 0 0 0 .238-.098.33.33 0 0 0 .099-.237v-4.74zm12.904-1.534H1.548V3.869a.339.339 0 0 1 .337-.334h12.23a.34.34 0 0 1 .238.097.33.33 0 0 1 .099.237z", clipRule: "evenodd" }))); });
exports.PlasticCardSIcon.displayName = 'PlasticCardSIcon';