@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
25 lines • 1.15 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var CameraEdit = /*#__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 20 20"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M8.12 2a1.5 1.5 0 0 0-1.34.83L6.2 4H4.5A2.5 2.5 0 0 0 2 6.5v8A2.5 2.5 0 0 0 4.5 17H8l.06-.35.37-1.5c.12-.46.34-.9.64-1.26a4 4 0 1 1 4.82-4.83l.21-.22A2.87 2.87 0 0 1 18 8.7V6.5A2.5 2.5 0 0 0 15.5 4h-1.69l-.58-1.16A1.5 1.5 0 0 0 11.89 2H8.12z"
}), /*#__PURE__*/React.createElement("path", {
d: "M13 9.94A3 3 0 1 0 9.94 13L13 9.94zM14.8 9.55l-4.82 4.83a2.2 2.2 0 0 0-.58 1.02l-.37 1.5a.89.89 0 0 0 1.08 1.07l1.5-.37c.38-.1.73-.3 1.01-.58l4.83-4.83a1.87 1.87 0 0 0-2.64-2.64z"
}));
});
CameraEdit.displayName = 'CameraEdit';
export var CameraEditDimensions = {
height: 20,
width: 20
};