@styled-icons/simple-icons
Version:
Simple Icons available as Styled Components
23 lines • 1.37 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var Powerapps = /*#__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: "m11.482 22.369-.62.708a.994.994 0 0 1-1.496 0L.246 12.655a.994.994 0 0 1 0-1.31L9.366.923a.994.994 0 0 1 1.496 0l.62.709-3.13 3.413a1.455 1.455 0 0 0 0 1.978l4.276 4.664a.46.46 0 0 1 .001.626l-4.276 4.665a1.457 1.457 0 0 0 0 1.977l3.129 3.414zm6.477-4.868-3.807-4.152a1.987 1.987 0 0 1-.001-2.697l3.807-4.153a1.5 1.5 0 0 1 1.087-.484L14.327.868a.995.995 0 0 0-1.466 0L8.72 5.383a.963.963 0 0 0 0 1.302l4.276 4.664a.963.963 0 0 1 0 1.302l-4.276 4.664a.963.963 0 0 0 0 1.302l4.14 4.515a.995.995 0 0 0 1.466 0l4.718-5.146a1.5 1.5 0 0 1-1.087-.485zM14.52 10.99a1.496 1.496 0 0 0 0 2.022l3.807 4.152a.999.999 0 0 0 1.472 0l3.81-4.155a1.491 1.491 0 0 0 0-2.016l-3.81-4.155a.999.999 0 0 0-1.472 0l-3.807 4.152z"
}));
});
Powerapps.displayName = 'Powerapps';
export var PowerappsDimensions = {
height: 24,
width: 24
};