UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 814 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 OpticalAudioFill = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", className: "bi bi-optical-audio-fill", viewBox: "0 0 16 16", ...props }, React.createElement("path", { d: "M8 6a3 3 0 110 6 3 3 0 010-6m1 3a1 1 0 10-2 0 1 1 0 002 0" }), React.createElement("path", { d: "M2.5 15a.5.5 0 01-.5-.5v-3.05a2.5 2.5 0 010-4.9V4.5a.5.5 0 01.146-.354l2-2A.5.5 0 014.5 2h7a.5.5 0 01.354.146l2 2A.5.5 0 0114 4.5v2.05a2.5 2.5 0 010 4.9v3.05a.5.5 0 01-.5.5zM8 5a4 4 0 100 8 4 4 0 000-8" })); exports.default = OpticalAudioFill;