@ozen-ui/icons
Version:
A collection of icons
9 lines (8 loc) • 1.98 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.SafeMIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.SafeMIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24" }, props, { ref: ref }),
react_1.default.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M1.908.956A2.25 2.25 0 0 1 3.537.25h16.924c.619 0 1.204.259 1.63.706s.658 1.044.658 1.66v15.346c0 .615-.233 1.213-.657 1.659a2.25 2.25 0 0 1-1.631.706h-.789V22a.75.75 0 0 1-1.5 0v-1.673H5.058V22a.75.75 0 0 1-1.5 0v-1.673h-.02c-.619 0-1.204-.259-1.63-.706a2.4 2.4 0 0 1-.658-1.66V2.616c0-.615.233-1.213.658-1.66m2.398 17.87h16.156a.75.75 0 0 0 .544-.24.9.9 0 0 0 .244-.624V2.615a.9.9 0 0 0-.244-.625.75.75 0 0 0-.544-.24H3.538a.75.75 0 0 0-.544.24.9.9 0 0 0-.244.625v15.347c0 .24.092.465.244.625.15.158.347.24.544.24zM14.308 4.693a.75.75 0 0 1 .75.75v1.355c.388.09.758.25 1.092.47l.876-.92a.75.75 0 0 1 1.086 1.034l-.916.962c.229.366.39.771.477 1.195h1.25a.75.75 0 0 1 0 1.5h-1.25c-.087.425-.248.83-.477 1.196l.916.962a.75.75 0 0 1-1.086 1.034l-.876-.92a3.4 3.4 0 0 1-1.092.47v1.355a.75.75 0 0 1-1.5 0V13.78a3.4 3.4 0 0 1-1.092-.47l-.877.92a.75.75 0 0 1-1.086-1.034l.916-.962a3.7 3.7 0 0 1-.477-1.195h-1.25a.75.75 0 0 1 0-1.5h1.25c.087-.425.249-.83.477-1.196l-.916-.962a.75.75 0 1 1 1.086-1.034l.877.92c.334-.22.703-.38 1.092-.47V5.442a.75.75 0 0 1 .75-.75m-8.462 2.02a.75.75 0 0 1 .75.75v5.653a.75.75 0 0 1-1.5 0V7.462a.75.75 0 0 1 .75-.75m8.462 1.5c-.503 0-.994.209-1.361.595a2.15 2.15 0 0 0-.582 1.482c0 .562.213 1.094.582 1.481a1.88 1.88 0 0 0 1.36.595c.504 0 .994-.21 1.361-.595a2.15 2.15 0 0 0 .582-1.481 2.15 2.15 0 0 0-.582-1.482 1.88 1.88 0 0 0-1.36-.595", clipRule: "evenodd" }))); });
exports.SafeMIcon.displayName = 'SafeMIcon';