google-material-icons
Version:
A google material icon library package for React applications
43 lines (39 loc) • 1.54 kB
JavaScript
/**
* @license google-material-icons v2.1.3 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
import createIcon from '../../createIcon.js';
const BroadcastOnPersonal = createIcon("BroadcastOnPersonal", [
[
"path",
{
d: "M15.25 7.5C15.95 7.5 16.63 7.6 17.27 7.77L10.25 2.5L2.25 8.5V20.5H9.01C7.91 19.13 7.25 17.39 7.25 15.5C7.25 11.08 10.83 7.5 15.25 7.5Z",
key: "1wh9w1"
}
],
[
"path",
{
d: "M15.25 14.25C14.56 14.25 14 14.81 14 15.5C14 15.9 14.2 16.25 14.5 16.47V21.5H16V16.47C16.3 16.24 16.5 15.9 16.5 15.5C16.5 14.81 15.94 14.25 15.25 14.25Z",
key: "15bczd"
}
],
[
"path",
{
d: "M15.25 11.5C13.04 11.5 11.25 13.29 11.25 15.5C11.25 16.6 11.7 17.6 12.42 18.33L13.48 17.27C13.03 16.82 12.75 16.19 12.75 15.5C12.75 14.12 13.87 13 15.25 13C16.63 13 17.75 14.12 17.75 15.5C17.75 16.19 17.47 16.81 17.02 17.26L18.08 18.32C18.8 17.6 19.25 16.6 19.25 15.5C19.25 13.29 17.46 11.5 15.25 11.5Z",
key: "hrykz"
}
],
[
"path",
{
d: "M15.25 9C11.66 9 8.75 11.91 8.75 15.5C8.75 17.29 9.48 18.92 10.65 20.1L11.71 19.04C10.81 18.13 10.25 16.88 10.25 15.5C10.25 12.74 12.49 10.5 15.25 10.5C18.01 10.5 20.25 12.74 20.25 15.5C20.25 16.87 19.69 18.12 18.79 19.02L19.86 20.08C21.03 18.9 21.75 17.28 21.75 15.5C21.75 11.91 18.84 9 15.25 9Z",
key: "1a7xgz"
}
]
]);
export { BroadcastOnPersonal as default };
//# sourceMappingURL=broadcast_on_personal.js.map