UNPKG

@evg-b/evg-ui

Version:

EVG-UI library inspired by Material Design.

23 lines (20 loc) 678 B
import React from 'react'; import CreateSvgIcon from '../../../utils/CreateSvgIcon.js'; var ImageError = CreateSvgIcon({ path: /*#__PURE__*/React.createElement("g", { fill: "none", strokeWidth: "7", strokeLinejoin: "round" }, /*#__PURE__*/React.createElement("polyline", { points: "10 120,50 90,100 110,150 70,190 100" }), /*#__PURE__*/React.createElement("circle", { cx: "50", cy: "50", r: "13" }), /*#__PURE__*/React.createElement("path", { d: "M30,20 h140 a20,20 0 0 1 20,20 v100 a20,20 0 0 1 -20,20 h-140 a20,20 0 0 1 -20,-20 v-100 a20,20 0 0 1 20,-20 z", fill: "none" })), name: 'ImageError' }); export default ImageError;