google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 725 B
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 SettingsAccessibility = createIcon("SettingsAccessibility", [
[
"path",
{
d: "M20.5 4C17.89 4.7 14.83 5 12 5C9.17 5 6.11 4.7 3.5 4L3 6C4.86 6.5 7 6.83 9 7V19H11V13H13V19H15V7C17 6.83 19.14 6.5 21 6L20.5 4ZM12 4C13.1 4 14 3.1 14 2C14 0.9 13.1 0 12 0C10.9 0 10 0.9 10 2C10 3.1 10.9 4 12 4ZM7 24H9V22H7V24ZM11 24H13V22H11V24ZM15 24H17V22H15V24Z",
key: "v0fv1s"
}
]
]);
export { SettingsAccessibility as default };
//# sourceMappingURL=settings_accessibility.js.map