UNPKG

iconista

Version:

Thousands of SVG icons with one React component

11 lines (10 loc) 1.36 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 NotificationAll = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", ...props }, React.createElement("g", { fill: "currentColor", fillRule: "evenodd" }, React.createElement("path", { d: "M11.384 5.478A5.036 5.036 0 0 1 14.954 4c.972 0 1.945.28 2.788.839.02-.026.043-.05.066-.074a1.01 1.01 0 1 1 1.354 1.494 5.048 5.048 0 0 1-.64 6.356l-.725.725c-.782.783-1.813 2.21-2.312 3.207l-1.509 3.016c-.249.5-.773.584-1.171.187l-8.556-8.555c-.397-.397-.308-.924.187-1.172l3.017-1.508c.989-.494 2.42-1.526 3.206-2.312l.725-.725z", fillRule: "nonzero" }), React.createElement("path", { d: "M7.924 3.618l.401.968a1 1 0 1 1-1.848.765l-.4-.968a1 1 0 1 1 1.848-.765M4.383 6.076l.968.401a1.001 1.001 0 0 1-.766 1.848l-.968-.4a1.001 1.001 0 0 1 .766-1.848m11.835 11.999a1.003 1.003 0 0 0-.542 1.307l.402.968a1 1 0 1 0 1.848-.766l-.401-.967a1 1 0 0 0-1.307-.542zm1.859-1.857a1 1 0 0 0 .54 1.306l.969.401a1.001 1.001 0 0 0 .766-1.848l-.97-.401a1 1 0 0 0-1.306.542zm-11.592 1.45a2 2 0 0 0 2.829 0l-2.829-2.83a2 2 0 0 0 0 2.83z" }))); exports.default = NotificationAll;