@shopify/polaris-icons
Version:
[](https://www.npmjs.com/package/@shopify/polaris-icons)
23 lines (20 loc) • 917 B
JavaScript
import React from 'react';
var SvgLinearModelMinor = function SvgLinearModelMinor(props) {
return /*#__PURE__*/React.createElement("svg", Object.assign({
viewBox: "0 0 20 20"
}, props), /*#__PURE__*/React.createElement("path", {
fillRule: "evenodd",
d: "M4 9.5a.75.75 0 0 1 .75.75v6a.75.75 0 0 1-1.5 0v-6a.75.75 0 0 1 .75-.75Z"
}), /*#__PURE__*/React.createElement("path", {
fillRule: "evenodd",
d: "M16 9.5a.75.75 0 0 1 .75.75v6a.75.75 0 0 1-1.5 0v-6a.75.75 0 0 1 .75-.75Z"
}), /*#__PURE__*/React.createElement("path", {
fillRule: "evenodd",
d: "M8 9.5a.75.75 0 0 1 .75.75v6a.75.75 0 0 1-1.5 0v-6a.75.75 0 0 1 .75-.75Z"
}), /*#__PURE__*/React.createElement("path", {
fillRule: "evenodd",
d: "M12 9.5a.75.75 0 0 1 .75.75v6a.75.75 0 0 1-1.5 0v-6a.75.75 0 0 1 .75-.75Z"
}));
};
SvgLinearModelMinor.displayName = "LinearModelMinor";
export { SvgLinearModelMinor as S };