UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 1.23 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 Bell = (props) => React.createElement("svg", { viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M13.377 10.573a7.63 7.63 0 01-.382-2.38V6.195a5.115 5.115 0 00-1.268-3.446 5.138 5.138 0 00-3.243-1.722c-.693-.072-1.4 0-2.07.227-.67.215-1.28.574-1.794 1.053a4.923 4.923 0 00-1.208 1.675 5.067 5.067 0 00-.43 2.022v2.2a7.61 7.61 0 01-.384 2.37L2 12.343l.479.658h3.505c0 .526.215 1.04.586 1.412.371.37.886.586 1.412.586.526 0 1.04-.215 1.412-.586.37-.371.586-.886.586-1.412h3.505l.479-.658-.587-1.77zm-4.69 3.147a.997.997 0 01-.705.299.997.997 0 01-.706-.3.997.997 0 01-.299-.705h1.998a.939.939 0 01-.287.706zm-5.514-1.71l.37-1.114a8.632 8.632 0 00.443-2.691V6.004c0-.563.12-1.113.347-1.616.227-.514.55-.969.97-1.34.418-.382.908-.67 1.435-.837.538-.18 1.1-.24 1.65-.18a4.147 4.147 0 012.597 1.4 4.133 4.133 0 011.005 2.776v2.01a8.3 8.3 0 00.442 2.691l.371 1.113h-9.63v-.012z", fill: "#424242" })); exports.default = Bell;