UNPKG

dathost-remixicon-react

Version:
6 lines (5 loc) 389 B
import { jsx as _jsx } from "react/jsx-runtime"; import { memo } from "react"; const SvgMicrosoftLine = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 24 24", ...props, children: _jsx("path", { d: "M11.001 5h-6v6h6zm2 0v6h6V5zm6 8h-6v6h6zm-8 6v-6h-6v6zm-8-16h18v18h-18z" }) })); const Memo = memo(SvgMicrosoftLine); export default Memo;