styled-icons
Version:
Icons from packs like Font Awesome, Material, Octicons, Feather, Icomoon, and Boxicons available as Styled Components
16 lines (15 loc) • 1.49 kB
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var React = tslib_1.__importStar(require("react"));
var StyledIconBase_1 = require("../../StyledIconBase");
exports.Ungroup = React.forwardRef(function (props, ref) {
var attrs = {
"fill": "currentColor",
"xmlns": "http://www.w3.org/2000/svg",
};
return (React.createElement(StyledIconBase_1.StyledIconBase, tslib_1.__assign({ iconAttrs: attrs, iconVerticalAlign: "middle", iconViewBox: "0 0 16 16" }, props, { ref: ref }),
React.createElement("path", { d: "M6 7.25c0 .412-.338.75-.75.75h-1.5A.752.752 0 013 7.25v-1.5c0-.412.337-.75.75-.75h1.5c.412 0 .75.338.75.75v1.5zM11 7.25c0 .412-.338.75-.75.75h-1.5A.753.753 0 018 7.25v-1.5c0-.412.338-.75.75-.75h1.5c.412 0 .75.338.75.75v1.5zM6 12.25c0 .412-.338.75-.75.75h-1.5a.752.752 0 01-.75-.75v-1.5c0-.412.337-.75.75-.75h1.5c.412 0 .75.338.75.75v1.5zM11 12.25c0 .412-.338.75-.75.75h-1.5a.753.753 0 01-.75-.75v-1.5c0-.412.338-.75.75-.75h1.5c.412 0 .75.338.75.75v1.5zM14.251 2.5L16 .751V0h-.751L13.5 1.749 11.751 0H11v.751L12.749 2.5 11 4.249V5h.751L13.5 3.251 15.249 5H16v-.751zM0 12h1v2H0v-2zM0 9h1v2H0V9zM13 7h1v2h-1V7zM13 13h1v2h-1v-2zM13 10h1v2h-1v-2zM0 6h1v2H0V6zM0 3h1v2H0V3zM8 2h2v1H8V2zM5 2h2v1H5V2zM2 2h2v1H2V2zM7 15h2v1H7v-1zM10 15h2v1h-2v-1zM4 15h2v1H4v-1zM1 15h2v1H1v-1z", key: "k0" })));
});
exports.Ungroup.displayName = 'Ungroup';
exports.UngroupDimensions = { height: 16, width: 16 };
;