UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

23 lines 1.24 kB
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 15.21.1.08 1.79 1.8 1.8-1.8a1 1 0 0 1 1.31-.08l.1.08a1 1 0 0 1 .08 1.32l-.08.1-1.8 1.79 1.8 1.8a1 1 0 0 1 .08 1.31l-.08.1a1 1 0 0 1-1.32.08l-.1-.08-1.79-1.8-1.8 1.8a1 1 0 0 1-1.31.08l-.1-.08a1 1 0 0 1-.08-1.32l.08-.1 1.8-1.79-1.8-1.8a1 1 0 0 1-.08-1.31l.08-.1a1 1 0 0 1 1.22-.15l.1.07zM18.5 3A2.5 2.5 0 0 1 21 5.5v5a2.5 2.5 0 0 1-2.5 2.5H13v5.5a2.5 2.5 0 0 1-2.5 2.5h-5A2.5 2.5 0 0 1 3 18.5v-13A2.5 2.5 0 0 1 5.5 3h13zM5 13v5.5c0 .28.22.5.5.5h5a.5.5 0 0 0 .5-.5V13H5zm6-8H5.5a.5.5 0 0 0-.5.5V11h6V5zm7.5 0H13v6h5.5a.5.5 0 0 0 .5-.5v-5a.5.5 0 0 0-.5-.5z" })); }); UninstallApp.displayName = 'UninstallApp'; export var UninstallAppDimensions = { height: 24, width: 24 };