@douyinfe/semi-icons
Version:
semi icons
42 lines • 1.87 kB
JavaScript
import * as React from 'react';
import { convertIcon } from '../components/Icon';
function SvgComponent(props) {
return /*#__PURE__*/React.createElement("svg", Object.assign({
viewBox: "0 0 24 24",
fill: "none",
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
focusable: false,
"aria-hidden": true
}, props), /*#__PURE__*/React.createElement("path", {
d: "M2 3a1 1 0 0 1 1-1h3a1 1 0 0 1 1 1v3a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V3Z",
fill: "currentColor"
}), /*#__PURE__*/React.createElement("path", {
d: "M9.5 3a1 1 0 0 1 1-1h3a1 1 0 0 1 1 1v3a1 1 0 0 1-1 1h-3a1 1 0 0 1-1-1V3Z",
fill: "currentColor"
}), /*#__PURE__*/React.createElement("path", {
d: "M10.5 17a1 1 0 0 0-1 1v3a1 1 0 0 0 1 1h3a1 1 0 0 0 1-1v-3a1 1 0 0 0-1-1h-3Z",
fill: "currentColor"
}), /*#__PURE__*/React.createElement("path", {
d: "M2 10.5a1 1 0 0 1 1-1h3a1 1 0 0 1 1 1v3a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1v-3Z",
fill: "currentColor"
}), /*#__PURE__*/React.createElement("path", {
d: "M18 9.5a1 1 0 0 0-1 1v3a1 1 0 0 0 1 1h3a1 1 0 0 0 1-1v-3a1 1 0 0 0-1-1h-3Z",
fill: "currentColor"
}), /*#__PURE__*/React.createElement("path", {
d: "M9.5 10.5a1 1 0 0 1 1-1h3a1 1 0 0 1 1 1v3a1 1 0 0 1-1 1h-3a1 1 0 0 1-1-1v-3Z",
fill: "currentColor"
}), /*#__PURE__*/React.createElement("path", {
d: "M3 17a1 1 0 0 0-1 1v3a1 1 0 0 0 1 1h3a1 1 0 0 0 1-1v-3a1 1 0 0 0-1-1H3Z",
fill: "currentColor"
}), /*#__PURE__*/React.createElement("path", {
d: "M17 3a1 1 0 0 1 1-1h3a1 1 0 0 1 1 1v3a1 1 0 0 1-1 1h-3a1 1 0 0 1-1-1V3Z",
fill: "currentColor"
}), /*#__PURE__*/React.createElement("path", {
d: "M18 17a1 1 0 0 0-1 1v3a1 1 0 0 0 1 1h3a1 1 0 0 0 1-1v-3a1 1 0 0 0-1-1h-3Z",
fill: "currentColor"
}));
}
const IconComponent = convertIcon(SvgComponent, 'apps');
export default IconComponent;