UNPKG

@scaleflex/icons

Version:
25 lines 1.7 kB
import _extends from "@babel/runtime/helpers/extends"; import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties"; var _excluded = ["color", "size", "ref"]; import React from 'react'; export var ErrorBroke = function ErrorBroke(_ref) { var _ref$color = _ref.color, color = _ref$color === void 0 ? 'currentColor' : _ref$color, _ref$size = _ref.size, size = _ref$size === void 0 ? 14 : _ref$size, ref = _ref.ref, rest = _objectWithoutProperties(_ref, _excluded); return /*#__PURE__*/React.createElement("svg", _extends({ "data-icon-name": "ErrorBroke", ref: ref, width: size, height: size, viewBox: "0 0 50 50", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, rest), /*#__PURE__*/React.createElement("path", { d: "M43.1818 0.000610352H6.81818C5.00989 0.000610352 3.27566 0.718952 1.997 1.99761C0.718342 3.27627 0 5.0105 0 6.81879V43.1824C0 44.9907 0.718342 46.725 1.997 48.0036C3.27566 49.2823 5.00989 50.0006 6.81818 50.0006H43.1818C44.9901 50.0006 46.7243 49.2823 48.003 48.0036C49.2817 46.725 50 44.9907 50 43.1824V6.81879C50 5.0105 49.2817 3.27627 48.003 1.99761C46.7243 0.718952 44.9901 0.000610352 43.1818 0.000610352ZM18.1818 6.81879H22.7273V11.3642H18.1818V6.81879ZM9.09091 6.81879H13.6364V11.3642H9.09091V6.81879ZM45.4545 43.1824C45.4545 43.7852 45.2151 44.3633 44.7889 44.7895C44.3627 45.2157 43.7846 45.4552 43.1818 45.4552H6.81818C6.21542 45.4552 5.63734 45.2157 5.21112 44.7895C4.7849 44.3633 4.54545 43.7852 4.54545 43.1824V18.1824H45.4545V43.1824ZM27.2727 34.0915H22.7273V22.7279H27.2727V34.0915ZM27.2727 40.9097H22.7273V36.3642H27.2727V40.9097Z", fill: color })); }; export default ErrorBroke;