google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 1.42 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 NotAccessible = createIcon("NotAccessible", [
[
"path",
{
d: "M14.7096 10.7451L11.2896 7.32507C11.6096 6.98507 12.0296 6.75507 12.5196 6.71507C12.9996 6.67507 13.3596 6.78507 13.7196 6.97507C13.9096 7.07507 14.1096 7.19507 14.3496 7.43507L15.6396 8.86507C16.6196 9.94507 18.1696 10.7151 19.7096 10.6951V12.6951C17.9596 12.6851 15.9996 11.8151 14.7096 10.7451ZM12.7096 5.69507C13.8096 5.69507 14.7096 4.79507 14.7096 3.69507C14.7096 2.59507 13.8096 1.69507 12.7096 1.69507C11.6096 1.69507 10.7096 2.59507 10.7096 3.69507C10.7096 4.79507 11.6096 5.69507 12.7096 5.69507ZM3.51961 2.50507L2.09961 3.91507L10.7096 12.5251V14.6951C10.7096 15.7951 11.6096 16.6951 12.7096 16.6951H14.8796L20.4896 22.3051L21.8996 20.8951L3.51961 2.50507ZM10.7096 19.6951C9.04961 19.6951 7.70961 18.3551 7.70961 16.6951C7.70961 15.3851 8.54961 14.2851 9.70961 13.8651V11.7951C7.42961 12.2551 5.70961 14.2751 5.70961 16.6951C5.70961 19.4551 7.94961 21.6951 10.7096 21.6951C13.1296 21.6951 15.1496 19.9751 15.6096 17.6951H13.5396C13.1296 18.8551 12.0196 19.6951 10.7096 19.6951Z",
key: "tz0cqb"
}
]
]);
export { NotAccessible as default };
//# sourceMappingURL=not_accessible.js.map