@fruits-chain/react-native-xiaoshu
Version:
🌈 React Native UI library
23 lines • 804 B
JavaScript
import React from 'react';
import { G, Path } from 'react-native-svg';
import { genIcon } from './helper/gen';
const IconStarSquareOutline = genIcon({
render: color => {
return /*#__PURE__*/React.createElement(G, {
stroke: color,
strokeWidth: 1.5,
fill: "none",
fillRule: "evenodd",
strokeLinejoin: "round"
}, /*#__PURE__*/React.createElement(Path, {
d: "M4.25 3.25h15.5v17.833H4.25z"
}), /*#__PURE__*/React.createElement(Path, {
d: "M12 6.333l1.442 2.922 3.225.469-2.334 2.274.551 3.212L12 13.694 9.116 15.21l.55-3.212-2.333-2.274 3.225-.469z"
}), /*#__PURE__*/React.createElement(Path, {
strokeLinecap: "round",
d: "M8.032 18.04h8.167"
}));
}
});
export default IconStarSquareOutline;
//# sourceMappingURL=star-square.js.map