@guruhotel/aura-icons
Version:
🎨 Icon library designed by the Guruhotel team for Aura UI
40 lines (39 loc) • 3.69 kB
JavaScript
;
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 StyledCameraRotateRegular = ({
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 4.5H17.625L17.2286 3.44484C16.7906 2.27391 15.6703 1.5 14.4188 1.5H9.58125C8.32969 1.5 7.21406 2.27391 6.77344 3.44297L6.375 4.5H3C1.34297 4.5 0 5.84531 0 7.5V19.5C0 21.157 1.34297 22.5 3 22.5H21C22.657 22.5 24 21.157 24 19.5V7.5C24 5.84531 22.6547 4.5 21 4.5ZM21.75 19.5C21.75 19.9135 21.4135 20.25 21 20.25H3C2.58647 20.25 2.25 19.9135 2.25 19.5V7.5C2.25 7.08647 2.58647 6.75 3 6.75H7.93125L8.87766 4.23563C8.98594 3.945 9.27187 3.75 9.58125 3.75H14.4234C14.7343 3.75 15.0164 3.94556 15.1256 4.23656L16.0641 6.75H21C21.4135 6.75 21.75 7.08647 21.75 7.5V19.5ZM16.2609 8.79844L15.5691 9.49078C14.5875 8.61562 13.3406 8.10938 12 8.10938C10.3294 8.10938 8.78016 8.865 7.75125 10.1822C7.36875 10.6734 7.45312 11.3812 7.94531 11.7609C8.43281 12.1453 9.14062 12.0563 9.525 11.5688C10.5797 10.2192 12.6736 10.0566 13.9819 11.0775L13.297 11.7628C12.9328 12.1219 13.1859 12.7359 13.6922 12.75H16.8497C17.0719 12.7453 17.25 12.5625 17.25 12.3422V9.20625C17.25 8.69062 16.6266 8.43281 16.2609 8.79844ZM14.475 15.4313C13.4203 16.7808 11.3264 16.9434 10.0181 15.9225L10.703 15.2372C11.0672 14.8781 10.8141 14.2641 10.3078 14.25H7.15313C6.92813 14.2547 6.75 14.3953 6.75 14.6578V17.7923C6.75 18.3089 7.37484 18.5677 7.74 18.202L8.43188 17.5097C9.4125 18.3844 10.6594 18.8906 12 18.8906C13.6706 18.8906 15.2198 18.135 16.2488 16.8178C16.6318 16.328 16.5446 15.6211 16.0554 15.2386C15.5672 14.8547 14.8594 14.9438 14.475 15.4313Z"
})
})
});
};
const ForwardRef = /*#__PURE__*/(0, _react.forwardRef)(StyledCameraRotateRegular);
const CameraRotateRegular = /*#__PURE__*/(0, _react.memo)(ForwardRef);
var _default = CameraRotateRegular;
exports.default = _default;
module.exports = exports.default;