UNPKG

iconista

Version:

Thousands of SVG icons with one React component

12 lines (11 loc) 1.01 kB
"use strict"; 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 BrandNotion = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", className: "icon icon-tabler icons-tabler-outline icon-tabler-brand-notion", ...props }, React.createElement("path", { d: "M0 0h24v24H0z", stroke: "none" }), React.createElement("path", { d: "M11 17.5V11h.5l4 6h.5v-6.5" }), React.createElement("path", { d: "M19.077 20.071l-11.53.887a1 1 0 01-.876-.397L4.2 17.267a1 1 0 01-.2-.6V5.926a1 1 0 01.923-.997l11.389-.876a2 2 0 011.262.33l1.535 1.023A2 2 0 0120 7.07v12.004a1 1 0 01-.923.997zM4.5 5.5L7 8" }), React.createElement("path", { d: "M20 7L7 8v12.5" })); exports.default = BrandNotion;