iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.02 kB
JavaScript
;
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 Headphone1 = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12 3.25A8.75 8.75 0 003.25 12V17.25A2.25 2.25 0 005.5 19.5h1a2.25 2.25 0 002.25-2.25v-3.5A2.25 2.25 0 006.5 11.5h-1c-.26 0-.509.044-.74.125a7.25 7.25 0 0114.48 0 2.247 2.247 0 00-.74-.125h-1a2.25 2.25 0 00-2.25 2.25v3.5a2.25 2.25 0 002.25 2.25h1a2.25 2.25 0 002.25-2.25v-3.5V12A8.75 8.75 0 0012 3.25zm7.25 10.486v3.514a.75.75 0 01-.75.75h-1a.75.75 0 01-.75-.75v-3.5a.75.75 0 01.75-.75h1a.75.75 0 01.75.736zM6.5 13a.75.75 0 01.75.75v3.5a.75.75 0 01-.75.75h-1a.75.75 0 01-.75-.75v-3.5A.75.75 0 015.5 13h1z", fill: "#323544" }));
exports.default = Headphone1;