@ozen-ui/icons
Version:
A collection of icons
9 lines (8 loc) • 1.13 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.NewsMIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.NewsMIcon = (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: "M2.998 4.665A1.42 1.42 0 0 1 4 4.25h12.667a1.417 1.417 0 0 1 1.416 1.417v11.666a.917.917 0 1 0 1.834 0V8.667a.75.75 0 0 1 1.5 0v8.666A2.417 2.417 0 0 1 19 19.75H4.667a2.083 2.083 0 0 1-2.084-2.083v-12c0-.376.15-.736.415-1.002M16.764 18.25c-.118-.288-.18-.6-.18-.917V5.75h-12.5v11.917a.583.583 0 0 0 .583.583zM6.584 8.333a.75.75 0 0 1 .75-.75h6a.75.75 0 0 1 .75.75v3.334a.75.75 0 0 1-.75.75h-6a.75.75 0 0 1-.75-.75zm1.5.75v1.834h4.5V9.083zm-1.5 6.584a.75.75 0 0 1 .75-.75h6a.75.75 0 0 1 0 1.5h-6a.75.75 0 0 1-.75-.75", clipRule: "evenodd" }))); });
exports.NewsMIcon.displayName = 'NewsMIcon';