// This file is generated automatically by `useTemplate.ts`. DO NOT EDIT IT. import { createElement, forwardRef } from 'react'; import { IconBase } from '../icon'; var element = { "tag": "svg", "attrs": { "fill": "none", "viewBox": "0 0 16 16", "width": "1em", "height": "1em" }, "children": [{ "tag": "path", "attrs": { "fill": "currentColor", "d": "M0.687702 9.49737L2.09344 2.80099C2.31376 1.7515 3.23939 1 4.31176 1H11.7047C12.7791 1 13.7058 1.75424 13.9241 2.8062L15.3194 9.5315C15.3284 9.57512 15.3327 9.62038 15.3327 9.66667V14C15.3327 14.3682 15.0342 14.6667 14.666 14.6667H1.33268C0.964492 14.6667 0.666016 14.3682 0.666016 14V9.66667C0.666016 9.60817 0.67355 9.55143 0.687702 9.49737ZM3.39833 3.07492C3.48905 2.64277 3.87019 2.33333 4.31176 2.33333H11.7047C12.1471 2.33333 12.5287 2.6439 12.6186 3.07706L13.8474 9H2.15451L3.39833 3.07492ZM10.3303 11.8333C10.3303 12.2936 9.95724 12.6667 9.49701 12.6667C9.03677 12.6667 8.66367 12.2936 8.66367 11.8333C8.66367 11.3731 9.03677 11 9.49701 11C9.95724 11 10.3303 11.3731 10.3303 11.8333ZM12.6663 11.8333C12.6663 12.2936 12.2932 12.6667 11.8329 12.6667C11.3727 12.6667 10.9996 12.2936 10.9996 11.8333C10.9996 11.3731 11.3727 11 11.8329 11C12.2932 11 12.6663 11.3731 12.6663 11.8333Z", "fillRule": "evenodd", "clipRule": "evenodd" } }] }; export var ServerSingle = forwardRef(function (props, ref) { return createElement(IconBase, Object.assign({}, props, { id: 'server-single', ref: ref, icon: element, })); }); ServerSingle.displayName = 'ServerSingle'; export default ServerSingle; //# sourceMappingURL=server-single.js.map