@nexusui/icons
Version:
This package contains custom icons designed specifically for NexusUI applications. These icons work in exactly the same way as the icons from [MUI](https://mui.com/material-ui/api/svg-icon/).
10 lines (7 loc) • 1.82 kB
JavaScript
import { jsx } from 'react/jsx-runtime';
import * as React from 'react';
import { memo } from 'react';
import { createSvgIcon } from '@mui/material/utils';
const SvgFileWithFourCharacters = createSvgIcon(React.createElement(React.Fragment, {}, jsx("path", { fill: "none", stroke: "#000", strokeMiterlimit: 10, strokeWidth: 1.5, d: "M18 20.2H6V3.8h8.2L18 7.5v12.7Z" }), jsx("path", { fill: "none", stroke: "#000", strokeMiterlimit: 10, strokeWidth: 1.5, d: "M18 7.5h-3.8V3.8" }), jsx("path", { d: "M21 11H3v6.5h18V11Z" }), jsx("path", { d: "M5.733 15.428h-.369l1.068-2.91h.364l1.068 2.91h-.37l-.869-2.45h-.022l-.87 2.45Zm.137-1.137h1.488v.313H5.87v-.313ZM14.156 15.428v-2.91h1.017c.203 0 .37.036.501.106a.69.69 0 0 1 .295.28.787.787 0 0 1 .096.387.641.641 0 0 1-.067.31.52.52 0 0 1-.173.193.79.79 0 0 1-.231.105v.029a.569.569 0 0 1 .268.093.68.68 0 0 1 .226.245c.06.106.09.236.09.389a.78.78 0 0 1-.099.393.687.687 0 0 1-.314.277c-.143.069-.329.103-.558.103h-1.051Zm.352-.313h.7c.23 0 .393-.044.49-.133a.429.429 0 0 0 .146-.327.52.52 0 0 0-.076-.273.546.546 0 0 0-.214-.201.673.673 0 0 0-.33-.077h-.716v1.011Zm0-1.318h.654c.106 0 .201-.02.287-.063a.5.5 0 0 0 .204-.176.466.466 0 0 0 .077-.267.443.443 0 0 0-.134-.325c-.089-.09-.23-.135-.423-.135h-.665v.966ZM18.88 12.519h.353v2.08c0 .185-.034.342-.102.472a.695.695 0 0 1-.289.296.907.907 0 0 1-.439.1c-.159 0-.3-.028-.424-.086a.7.7 0 0 1-.293-.25.684.684 0 0 1-.107-.385h.347c0 .082.02.154.061.216a.42.42 0 0 0 .17.142.567.567 0 0 0 .246.051.494.494 0 0 0 .259-.064.405.405 0 0 0 .162-.187.736.736 0 0 0 .056-.306v-2.08ZM9.742 15.428l-.795-2.91h.358l.607 2.37h.029l.62-2.37h.397l.62 2.37h.028l.608-2.37h.358l-.796 2.91h-.364l-.642-2.319h-.022l-.642 2.319h-.364Z" })), 'SvgFileWithFourCharacters');
const Memo = memo(SvgFileWithFourCharacters);
export { Memo as default };