google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 758 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 LocalLibrary = createIcon("LocalLibrary", [
[
"path",
{
d: "M12 11.2746C9.64 9.07461 6.48 7.72461 3 7.72461V18.7246C6.48 18.7246 9.64 20.0746 12 22.2746C14.36 20.0846 17.52 18.7246 21 18.7246V7.72461C17.52 7.72461 14.36 9.07461 12 11.2746ZM12 7.72461C13.66 7.72461 15 6.38461 15 4.72461C15 3.06461 13.66 1.72461 12 1.72461C10.34 1.72461 9 3.06461 9 4.72461C9 6.38461 10.34 7.72461 12 7.72461Z",
key: "orp7ty"
}
]
]);
export { LocalLibrary as default };
//# sourceMappingURL=local_library.js.map