UNPKG

@scaleflex/icons

Version:
44 lines 3.79 kB
import _extends from "@babel/runtime/helpers/extends"; import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties"; var _excluded = ["color", "size"]; import React from 'react'; import { intrinsicComponent } from './utils/functions'; export var AccessError = intrinsicComponent(function (_ref, 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, rest = _objectWithoutProperties(_ref, _excluded); return /*#__PURE__*/React.createElement("svg", _extends({ "data-icon-name": "AccessError", ref: ref, width: size, height: size, viewBox: "0 0 50 32", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, rest), /*#__PURE__*/React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M24.5282 0.120117C16.9182 0.120117 10.6918 6.34653 10.6918 13.9566C10.6918 21.5667 16.9182 27.7931 24.5282 27.7931C25.1023 27.7931 25.6684 27.7576 26.2246 27.6889L31.5715 18.1216L31.5823 18.1027C32.0859 17.2788 32.9754 16.7868 33.9615 16.7868C34.9477 16.7868 35.8371 17.2788 36.3407 18.1027L37.1647 19.5769C37.9355 17.8573 38.3647 15.9546 38.3647 13.9566C38.3647 6.34653 32.1383 0.120117 24.5282 0.120117ZM28.8176 13.1264L25.2201 15.2019C24.5282 15.617 23.6981 15.3402 23.283 14.6484C23.1446 14.3717 23.1446 14.2333 23.1446 13.9566V7.03835C23.1446 6.20817 23.6981 5.65471 24.5282 5.65471C25.3584 5.65471 25.9119 6.20817 25.9119 7.03835V11.6044L27.4339 10.7742C28.1257 10.3591 28.9559 10.6358 29.371 11.3277C29.7861 12.0195 29.5094 12.7113 28.8176 13.1264Z", fill: color }), /*#__PURE__*/React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M35.4687 20.5261L39.6946 28.7737C40.0132 29.3419 40.0194 30.04 39.7042 30.6277C39.3883 31.2158 38.7958 31.5666 38.1576 31.5666H29.7427C29.1045 31.5666 28.5354 31.2158 28.2195 30.6277C27.9043 30.0399 27.9105 29.3419 28.2363 28.7607L32.4482 20.5392L32.455 20.5261C32.7739 19.9569 33.3373 19.6169 33.9618 19.6169C34.5864 19.6169 35.1497 19.9569 35.4687 20.5261ZM33.9618 22.6503C33.5747 22.6503 33.2609 22.983 33.2609 23.3934V26.3655C33.2609 26.7758 33.5747 27.1085 33.9618 27.1085C34.3489 27.1085 34.6627 26.7758 34.6627 26.3655V23.3934C34.6627 22.983 34.3489 22.6503 33.9618 22.6503ZM32.9105 28.966C32.9105 29.5806 33.3821 30.0806 33.9618 30.0806C34.5416 30.0806 35.0132 29.5806 35.0131 28.966C35.0131 28.3515 34.5415 27.8515 33.9618 27.8515C33.3821 27.8515 32.9105 28.3515 32.9105 28.966Z", fill: color }), /*#__PURE__*/React.createElement("path", { d: "M3.14465 23.5478C3.14465 23.2873 3.35584 23.0761 3.61635 23.0761H7.07547C7.33598 23.0761 7.54717 23.2873 7.54717 23.5478C7.54717 23.8083 7.33598 24.0195 7.07547 24.0195H3.61635C3.35584 24.0195 3.14465 23.8083 3.14465 23.5478Z", fill: color }), /*#__PURE__*/React.createElement("path", { d: "M0.471696 19.6169C0.211185 19.6169 0 19.8281 0 20.0886C0 20.3491 0.211186 20.5603 0.471696 20.5603H5.81761C6.07812 20.5603 6.28931 20.3491 6.28931 20.0886C6.28931 19.8281 6.07812 19.6169 5.81761 19.6169H0.471696Z", fill: color }), /*#__PURE__*/React.createElement("path", { d: "M42.1383 11.5981C42.1383 11.3376 42.3495 11.1264 42.61 11.1264H47.9559C48.2164 11.1264 48.4276 11.3376 48.4276 11.5981C48.4276 11.8586 48.2164 12.0698 47.9559 12.0698H42.61C42.3495 12.0698 42.1383 11.8586 42.1383 11.5981Z", fill: color }), /*#__PURE__*/React.createElement("path", { d: "M46.0692 7.6673C45.8087 7.6673 45.5975 7.87848 45.5975 8.139C45.5975 8.39951 45.8087 8.61069 46.0692 8.61069H49.5284C49.7889 8.61069 50 8.39951 50 8.139C50 7.87848 49.7889 7.6673 49.5284 7.6673H46.0692Z", fill: color })); }); export default AccessError;