@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
27 lines • 1.19 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var AlbumAdd = /*#__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 24 24"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M2 6c0-1.1.9-2 2-2h1v7.17a6.49 6.49 0 0 0-3 1.64V6zM16 8.5h-4a.5.5 0 0 0-.5.5v1c0 .28.22.5.5.5h4a.5.5 0 0 0 .5-.5V9a.5.5 0 0 0-.5-.5z"
}), /*#__PURE__*/React.createElement("path", {
d: "M12.5 20H20a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2H6.5v7a6.5 6.5 0 0 1 6 9zM10 9c0-1.1.9-2 2-2h4a2 2 0 0 1 2 2v1a2 2 0 0 1-2 2h-4a2 2 0 0 1-2-2V9z"
}), /*#__PURE__*/React.createElement("path", {
d: "M6.5 12a5.5 5.5 0 1 1 0 11 5.5 5.5 0 0 1 0-11zm.5 8.5V18h2.5a.5.5 0 0 0 0-1H7v-2.5a.5.5 0 1 0-1 0V17H3.5a.5.5 0 0 0 0 1H6v2.5a.5.5 0 1 0 1 0z"
}));
});
AlbumAdd.displayName = 'AlbumAdd';
export var AlbumAddDimensions = {
height: 24,
width: 24
};