@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.04 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var NoteAdd = /*#__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: "M24 13a11 11 0 1 1-22 0 11 11 0 0 1 22 0ZM14 6a1 1 0 1 0-2 0v6H6a1 1 0 1 0 0 2h6v6a1 1 0 1 0 2 0v-6h6a1 1 0 1 0 0-2h-6V6Zm-1 20A13 13 0 0 0 23.96 6h11.79C39.2 6 42 8.8 42 12.25V26h-9.75A6.25 6.25 0 0 0 26 32.25V42H12.25A6.25 6.25 0 0 1 6 35.75v-11.8A12.94 12.94 0 0 0 13 26Zm28.45 2.5h-9.2a3.75 3.75 0 0 0-3.75 3.75v9.2c.68-.31 1.3-.74 1.85-1.28l9.82-9.82c.54-.54.97-1.17 1.28-1.85Z"
}));
});
NoteAdd.displayName = 'NoteAdd';
export var NoteAddDimensions = {
height: 48,
width: 48
};