UNPKG

@guruhotel/aura-icons

Version:

🎨 Icon library designed by the Guruhotel team for Aura UI

40 lines (39 loc) • 3.44 kB
"use strict"; exports.__esModule = true; exports.default = void 0; var _react = _interopRequireWildcard(require("react")); var _accessibleIcon = require("../accessible-icon"); var _styles = require("../styles"); var _jsxRuntime = require("react/jsx-runtime"); function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function (nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); } function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; } const StyledCameraRotateSolid = ({ label, color = "#000000", className = "", css = {}, viewBox = "0 0 24 24" }, ref) => { return /*#__PURE__*/(0, _jsxRuntime.jsx)(_accessibleIcon.AccessibleIcon, { label: label, children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_styles.StyledSvg, { className: className, css: css, viewBox: viewBox, xmlns: "http://www.w3.org/2000/svg", xmlnsXlink: "http://www.w3.org/1999/xlink", ref: ref, children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_styles.StyledPath, { css: { fill: `${color}` }, d: "M21.75 4.5H17.625L17.0447 2.95875C16.7156 2.08031 15.8812 1.5 14.9437 1.5H9.06094C8.12344 1.5 7.27969 2.08031 6.95156 2.95875L6.375 4.5H2.25C1.00781 4.5 0 5.50781 0 6.75V20.25C0 21.4922 1.00781 22.5 2.25 22.5H21.75C22.9922 22.5 24 21.4922 24 20.25V6.75C24 5.50781 22.9922 4.5 21.75 4.5ZM16.7297 17.1937C15.5812 18.6609 13.8609 19.5 12 19.5C10.5103 19.5 9.12328 18.9403 8.03531 17.9714L7.13156 18.8756C6.7125 19.2937 6 18.9984 6 18.4078V14.8266C6 14.571 6.20433 14.3654 6.4582 14.3583H10.0666C10.6455 14.3725 10.9324 15.0741 10.5192 15.4875L9.61589 16.3912C10.2797 16.9406 11.1141 17.25 12 17.25C13.1625 17.25 14.2397 16.7241 14.9569 15.8072C15.3399 15.3178 16.0467 15.2316 16.5361 15.6138C17.0255 15.9961 17.1141 16.7016 16.7297 17.1937ZM18 12.1734C18 12.429 17.7957 12.6346 17.5418 12.6417H13.9334C13.3545 12.6275 13.0676 11.9259 13.4808 11.5125L14.3841 10.6088C13.7203 10.0594 12.8859 9.75 12 9.75C10.8375 9.75 9.76031 10.2759 9.04313 11.1928C8.6625 11.6812 7.95469 11.7703 7.4625 11.3859C6.975 11.0062 6.88594 10.2984 7.27031 9.80625C8.41875 8.33906 10.1391 7.5 12 7.5C13.4897 7.5 14.8767 8.05969 15.9647 9.02859L16.8684 8.12438C17.2875 7.70625 18 8.00156 18 8.59219V12.1734Z" }) }) }); }; const ForwardRef = /*#__PURE__*/(0, _react.forwardRef)(StyledCameraRotateSolid); const CameraRotateSolid = /*#__PURE__*/(0, _react.memo)(ForwardRef); var _default = CameraRotateSolid; exports.default = _default; module.exports = exports.default;