@shopify/polaris-icons
Version:
[](https://www.npmjs.com/package/@shopify/polaris-icons)
19 lines (15 loc) • 2.01 kB
JavaScript
;
var React = require('react');
var SvgRotateLeftIcon = function SvgRotateLeftIcon(props) {
return /*#__PURE__*/React.createElement("svg", Object.assign({
viewBox: "0 0 20 20"
}, props), /*#__PURE__*/React.createElement("path", {
fillRule: "evenodd",
d: "M5.324 9h5.602c.258 0 .494 0 .692.016.213.018.446.057.676.175.33.168.598.435.765.765.118.23.158.463.175.676.016.198.016.434.016.692v3.352c0 .258 0 .494-.016.692-.018.213-.057.446-.175.676-.167.33-.435.598-.764.765-.23.118-.464.157-.677.175-.198.016-.434.016-.692.016h-5.602c-.258 0-.494 0-.692-.016-.213-.018-.446-.057-.676-.175-.33-.168-.597-.435-.765-.765-.118-.23-.157-.463-.175-.676-.016-.198-.016-.434-.016-.692v-3.352c0-.258 0-.494.016-.692.018-.213.057-.446.175-.676.168-.33.435-.597.765-.765.23-.118.463-.157.676-.175.198-.016.434-.016.692-.016Zm-.693 1.53h.001-.001Zm.002-.001c.01-.003.042-.011.121-.018.13-.01.304-.011.596-.011h5.55c.292 0 .467 0 .596.011.079.007.112.015.12.018.045.023.082.06.105.104.003.01.011.043.018.121.01.13.011.304.011.596v3.3c0 .292 0 .467-.011.596-.007.079-.015.112-.018.12-.023.045-.06.082-.104.105-.01.003-.043.011-.121.018-.13.01-.304.011-.596.011h-5.55c-.292 0-.467 0-.596-.011-.079-.007-.112-.015-.12-.018-.045-.023-.082-.06-.105-.104-.003-.01-.011-.043-.018-.121-.01-.13-.011-.304-.011-.596v-3.3c0-.292 0-.467.011-.596.007-.079.015-.112.018-.12.023-.045.06-.082.104-.105Zm-.103.102v.001-.001Zm0 4.738v-.001.001Zm.1.101h.002-.001Zm6.99 0h-.002.001Zm.1-.1v-.002.001Zm0-4.74v.002-.001Zm-.102-.1h.001-.001Z"
}), /*#__PURE__*/React.createElement("path", {
fillRule: "evenodd",
d: "M17 9.5v-2.5c0-1.519-1.231-2.75-2.75-2.75h-2.94l.72-.72c.293-.293.293-.767 0-1.06-.293-.293-.767-.293-1.06 0l-2 2c-.141.14-.22.331-.22.53s.079.39.22.53l2 2c.293.293.767.293 1.06 0 .293-.293.293-.767 0-1.06l-.72-.72h2.94c.69 0 1.25.56 1.25 1.25v2.5c0 .414.336.75.75.75s.75-.336.75-.75Z"
}));
};
SvgRotateLeftIcon.displayName = "RotateLeftIcon";
exports.SvgRotateLeftIcon = SvgRotateLeftIcon;