@styled-icons/simple-icons
Version:
Simple Icons available as Styled Components
23 lines • 1.27 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var Affinityphoto = /*#__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-.48.831 5.88 10.185L22.2 0zm12.84 0-8.577 14.856H24V.711A.72.72 0 0 0 23.28 0zM9.42 1.767 5.76 8.106h7.32zm1.563 7.257h-.018c-.36.005-.7.216-.879.523l-1.083 1.88-.008.014a1.052 1.052 0 0 0 0 1.02 16710.388 16710.388 0 0 0 1.093 1.894c.184.31.53.5.885.501.002 0 1.38.002 2.067-.001.36-.005.699-.205.878-.512.364-.631.731-1.261 1.093-1.894.176-.314.17-.703-.007-1.011l-.01-.015-1.078-1.87-.006-.009a1.053 1.053 0 0 0-.879-.52h-.012zM5.22 9.04 0 18.082v.39l.003 4.871a.72.72 0 0 0 .662.655L9.3 9.04zm2.94 3.845L1.736 24h12.84zm2.757 2.906L15.657 24h7.623a.72.72 0 0 0 .72-.72v-7.488Z"
}));
});
Affinityphoto.displayName = 'Affinityphoto';
export var AffinityphotoDimensions = {
height: 24,
width: 24
};