@ozen-ui/icons
Version:
A collection of icons
9 lines (8 loc) • 1.23 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({ 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.791 2.772a1.84 1.84 0 0 1 1.286-.522h11.846c.48 0 .942.186 1.286.522.344.337.541.797.541 1.28v7.895c0 .484-.197.944-.541 1.281a1.84 1.84 0 0 1-1.286.522H2.077a1.84 1.84 0 0 1-1.286-.522 1.8 1.8 0 0 1-.541-1.28V4.052c0-.484.197-.944.541-1.281m.959 4.59v4.585c0 .075.03.15.09.208a.34.34 0 0 0 .237.095h11.846a.34.34 0 0 0 .237-.095.3.3 0 0 0 .09-.208V7.361zm12.5-1.5H1.75v-1.81c0-.074.03-.15.09-.207a.34.34 0 0 1 .237-.095h11.846a.34.34 0 0 1 .237.095.3.3 0 0 1 .09.208zm-4.308 4.476a.75.75 0 0 1 .75-.75h1.616a.75.75 0 1 1 0 1.5h-1.616a.75.75 0 0 1-.75-.75", clipRule: "evenodd" }))); });
exports.PlasticCardActiveSIcon.displayName = 'PlasticCardActiveSIcon';