@styled-icons/simple-icons
Version:
Simple Icons available as Styled Components
23 lines • 961 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var Affinitydesigner = /*#__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: "M10.44 0 0 18.083v5.197a.72.72 0 0 0 .713.72h10.023L5.7 15.277 14.52 0zm5.16 0-4.86 8.418 3.718 6.439H24V.718A.72.72 0 0 0 23.28 0zm-5.4 9.353-2.064 3.575a1.289 1.289 0 0 0 0 1.288c.23.4.656.64 1.117.64h4.125zm-3.122 6.44L11.816 24h11.471a.72.72 0 0 0 .713-.718v-7.49Z"
}));
});
Affinitydesigner.displayName = 'Affinitydesigner';
export var AffinitydesignerDimensions = {
height: 24,
width: 24
};