@samix-ui/foundation-icons
Version:
[](https://www.npmjs.com/package/@samix-ui/foundation-icons)
22 lines (19 loc) • 863 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"
}));
};
export { SvgLinearModelMinor as S };