@scaleflex/icons
Version:
SVG icons as React components
35 lines • 3.35 kB
JavaScript
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 CameraNoAccess = function CameraNoAccess(_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": "CameraNoAccess",
ref: ref,
width: size,
height: size,
viewBox: "0 0 50 36",
fill: "none",
xmlns: "http://www.w3.org/2000/svg"
}, rest), /*#__PURE__*/React.createElement("path", {
d: "M18.9375 11.474C15.4677 11.474 12.6459 14.3184 12.6459 17.816C12.6459 21.3136 15.4677 24.1579 18.9375 24.1579C22.4074 24.1579 25.2292 21.3136 25.2292 17.816C25.2292 14.3184 22.4074 11.474 18.9375 11.474Z",
fill: color
}), /*#__PURE__*/React.createElement("path", {
fillRule: "evenodd",
clipRule: "evenodd",
d: "M40.5741 19.9906L44.4642 26.9754C44.7575 27.4566 44.7631 28.0478 44.473 28.5455C44.1823 29.0436 43.6368 29.3407 43.0493 29.3407H35.3032C34.7157 29.3407 34.1918 29.0436 33.901 28.5455C33.6109 28.0477 33.6166 27.4566 33.9165 26.9644L37.7936 20.0017L37.7999 19.9906C38.0935 19.5086 38.6121 19.2207 39.187 19.2207C39.7619 19.2207 40.2805 19.5086 40.5741 19.9906ZM39.187 21.7896C38.8307 21.7896 38.5418 22.0713 38.5418 22.4189V24.9359C38.5418 25.2834 38.8307 25.5651 39.187 25.5651C39.5433 25.5651 39.8322 25.2834 39.8322 24.9359V22.4189C39.8322 22.0713 39.5434 21.7896 39.187 21.7896ZM39.1874 27.5807C39.5519 27.5807 39.8474 27.2852 39.8474 26.9207C39.8474 26.5562 39.5519 26.2607 39.1874 26.2607C38.8229 26.2607 38.5274 26.5562 38.5274 26.9207C38.5274 27.2852 38.8229 27.5807 39.1874 27.5807Z",
fill: color
}), /*#__PURE__*/React.createElement("path", {
fillRule: "evenodd",
clipRule: "evenodd",
d: "M37.8125 11.3598C37.8126 8.79926 35.7473 6.71747 33.2055 6.71747H31.5036C31.3101 6.71747 31.1434 6.58585 31.0946 6.39723L30.2783 3.09621C29.8787 1.49483 28.4568 0.375488 26.8194 0.375488H11.0557C9.41825 0.375488 7.99636 1.49483 7.59526 3.09777L6.78046 6.39559C6.73173 6.58585 6.56495 6.71747 6.37148 6.71747H4.66956C2.12777 6.71747 0.0625 8.79926 0.0625 11.3598V27.4431C0.0625 30.0037 2.12777 32.0855 4.66956 32.0855H31.2138C33.1809 34.2596 36.0247 35.6255 39.1875 35.6255C45.1246 35.6255 49.9375 30.8125 49.9375 24.8755C49.9375 18.9384 45.1246 14.1255 39.1875 14.1255C38.7217 14.1255 38.2627 14.1551 37.8125 14.2126V11.3598ZM18.9375 27.329C13.7327 27.329 9.50002 23.0624 9.50002 17.816C9.50002 12.5695 13.7327 8.30295 18.9375 8.30295C24.1423 8.30295 28.3751 12.5695 28.3751 17.816C28.3751 23.0624 24.1423 27.329 18.9375 27.329ZM31.5209 14.645C30.6527 14.645 29.948 13.9347 29.948 13.0595C29.948 12.1843 30.6527 11.474 31.5209 11.474C32.3892 11.474 33.0938 12.1843 33.0938 13.0595C33.0938 13.9347 32.3892 14.645 31.5209 14.645ZM48.9375 24.8755C48.9375 30.2603 44.5723 34.6255 39.1875 34.6255C33.8027 34.6255 29.4375 30.2603 29.4375 24.8755C29.4375 19.4907 33.8027 15.1255 39.1875 15.1255C44.5723 15.1255 48.9375 19.4907 48.9375 24.8755Z",
fill: color
}));
};
export default CameraNoAccess;