@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.14 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var CameraAdd = /*#__PURE__*/React.forwardRef(function (props, ref) {
var attrs = {
"fill": "currentColor",
"xmlns": "http://www.w3.org/2000/svg"
};
return /*#__PURE__*/React.createElement(StyledIconBase, _extends({
iconAttrs: attrs,
iconVerticalAlign: "middle",
iconViewBox: "0 0 48 48"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M16.8 9.19A4.25 4.25 0 0 1 20.52 7h6.96c1.55 0 2.97.84 3.72 2.19l1.29 2.31h3.76A5.75 5.75 0 0 1 42 17.25v6.8a12.94 12.94 0 0 0-10.41-1.6 8 8 0 1 0-9.4 10.34 13.09 13.09 0 0 0 .8 7.21H11.76A5.75 5.75 0 0 1 6 34.25v-17a5.75 5.75 0 0 1 5.75-5.75h3.76l1.29-2.31ZM24 19.5a5.5 5.5 0 0 0-1.15 10.88 13.05 13.05 0 0 1 6.4-7.04A5.5 5.5 0 0 0 24 19.5ZM35 46a11 11 0 1 0 0-22 11 11 0 0 0 0 22Zm0-18a1 1 0 0 1 1 1v5h5a1 1 0 1 1 0 2h-5v5a1 1 0 1 1-2 0v-5h-5a1 1 0 1 1 0-2h5v-5a1 1 0 0 1 1-1Z"
}));
});
CameraAdd.displayName = 'CameraAdd';
export var CameraAddDimensions = {
height: 48,
width: 48
};