UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 635 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 Voicemail = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", className: "bi bi-voicemail", viewBox: "0 0 16 16", ...props }, React.createElement("path", { d: "M7 8.5A3.5 3.5 0 015.95 11h4.1a3.5 3.5 0 112.45 1h-9A3.5 3.5 0 117 8.5m-6 0a2.5 2.5 0 105 0 2.5 2.5 0 00-5 0m14 0a2.5 2.5 0 10-5 0 2.5 2.5 0 005 0" })); exports.default = Voicemail;