iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.39 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
// This file is autogenerated by "make react_icons", do not edit it.
const React = tslib_1.__importStar(require("react"));
const Notion = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.716 5.506c.622.506.855.467 2.023.39l11.012-.662c.234 0 .04-.233-.038-.272L16.884 3.64c-.35-.272-.817-.583-1.712-.506l-10.663.778c-.39.039-.467.233-.312.39l1.519 1.204zm.66 2.567V19.66c0 .622.312.855 1.012.817l12.103-.7c.7-.039.779-.467.779-.973V7.294c0-.504-.194-.777-.623-.738l-12.648.739c-.467.039-.622.272-.622.778zm11.948.621c.078.35 0 .7-.35.74l-.584.116v8.555c-.506.272-.973.427-1.362.427-.623 0-.779-.194-1.245-.777l-3.815-5.988v5.793l1.207.273s0 .7-.973.7l-2.685.155c-.078-.156 0-.544.272-.622l.7-.194v-7.66l-.972-.079c-.078-.35.116-.855.662-.894l2.88-.194 3.97 6.066V9.745l-1.013-.116c-.078-.429.233-.74.623-.778l2.685-.157zM3.614 2.862l11.09-.816c1.363-.117 1.713-.039 2.57.583l3.54 2.488c.584.428.779.545.779 1.011v13.649c0 .855-.312 1.36-1.401 1.438l-12.88.778c-.819.04-1.208-.077-1.636-.622l-2.607-3.383c-.467-.623-.662-1.089-.662-1.634V4.223c0-.7.312-1.283 1.206-1.36z", fill: "#323544" }));
exports.default = Notion;