UNPKG

doly-icons

Version:

React icon component based on Bootstrap Icons

7 lines (6 loc) 636 B
import { __assign } from "tslib"; import React from 'react'; import IconBase from '../icon/IconBase'; var App = function (props) { return (React.createElement(IconBase, __assign({ "aria-label": "app" }, props, { renderChild: function (childProps) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "currentColor", viewBox: "0 0 16 16" }, childProps), React.createElement("path", { d: "M11 2a3 3 0 0 1 3 3v6a3 3 0 0 1-3 3H5a3 3 0 0 1-3-3V5a3 3 0 0 1 3-3zM5 1a4 4 0 0 0-4 4v6a4 4 0 0 0 4 4h6a4 4 0 0 0 4-4V5a4 4 0 0 0-4-4z" }))); } }))); }; export default App;