UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 838 B
"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 Novu = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M18.48 9.62a.72.72 0 01-1.235.503L8.007.68C9.256.24 10.6 0 12 0c2.387 0 4.611.697 6.48 1.898zm3.36-4.49v4.49c0 3.656-4.44 5.466-6.996 2.853L4.909 2.318A11.983 11.983 0 000 12c0 2.555.799 4.924 2.16 6.87v-4.465c0-3.657 4.44-5.467 6.996-2.854l9.922 10.14A11.984 11.984 0 0024 12c0-2.555-.799-4.924-2.16-6.87zM6.755 13.9l9.22 9.425A11.98 11.98 0 0112 24c-2.387 0-4.611-.697-6.48-1.898v-7.697a.72.72 0 011.235-.504z" })); exports.default = Novu;