@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.24 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var UninstallApp = /*#__PURE__*/React.forwardRef(function (props, ref) {
var attrs = {
"fill": "currentColor",
"xmlns": "http://www.w3.org/2000/svg"
};
return /*#__PURE__*/React.createElement(StyledIconBase, _extends({
iconAttrs: attrs,
iconVerticalAlign: "middle",
iconViewBox: "0 0 24 24"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "m16.61 8.79.1-.08 1.79-1.8 1.8 1.8a1 1 0 0 0 1.31.08l.1-.08a1 1 0 0 0 .08-1.32l-.08-.1-1.8-1.79 1.8-1.8a1 1 0 0 0 .08-1.31l-.08-.1a1 1 0 0 0-1.32-.08l-.1.08-1.79 1.8-1.8-1.8a1 1 0 0 0-1.31-.08l-.1.08a1 1 0 0 0-.08 1.32l.08.1 1.8 1.79-1.8 1.8a1 1 0 0 0-.08 1.31l.08.1a1 1 0 0 0 1.22.15l.1-.07ZM18.5 21a2.5 2.5 0 0 0 2.5-2.5v-5a2.5 2.5 0 0 0-2.5-2.5H13V5.5A2.5 2.5 0 0 0 10.5 3h-5A2.5 2.5 0 0 0 3 5.5v13A2.5 2.5 0 0 0 5.5 21h13ZM5 11V5.5c0-.28.22-.5.5-.5h5c.28 0 .5.22.5.5V11H5Zm6 8H5.5a.5.5 0 0 1-.5-.5V13h6v6Zm7.5 0H13v-6h5.5c.28 0 .5.22.5.5v5a.5.5 0 0 1-.5.5Z"
}));
});
UninstallApp.displayName = 'UninstallApp';
export var UninstallAppDimensions = {
height: 24,
width: 24
};