@zohodesk/icon
Version:
Unified Component Library - Icons
16 lines • 1.33 kB
JavaScript
import React from 'react';
import Icon from '../Icon/Icon';
export default function IconComponent(props) {
return /*#__PURE__*/React.createElement(Icon, props, /*#__PURE__*/React.createElement("svg", {
viewBox: "0 0 32 32",
fill: "none",
xmlns: "http://www.w3.org/2000/svg"
}, " ", /*#__PURE__*/React.createElement("path", {
d: "M16.72 20.1519H3.50401C3.29184 20.1519 3.08835 20.2361 2.93832 20.3862C2.7883 20.5362 2.70401 20.7397 2.70401 20.9519C2.70401 21.164 2.7883 21.3675 2.93832 21.5175C3.08835 21.6676 3.29184 21.7519 3.50401 21.7519H16.72C16.9322 21.7519 17.1357 21.6676 17.2857 21.5175C17.4357 21.3675 17.52 21.164 17.52 20.9519C17.52 20.7397 17.4357 20.5362 17.2857 20.3862C17.1357 20.2361 16.9322 20.1519 16.72 20.1519Z",
className: "path-0"
}), " ", /*#__PURE__*/React.createElement("path", {
d: "M29.104 8.15186H3.50401C3.29184 8.15186 3.08835 8.23614 2.93832 8.38617C2.7883 8.5362 2.70401 8.73968 2.70401 8.95186C2.70401 9.16403 2.7883 9.36751 2.93832 9.51754C3.08835 9.66757 3.29184 9.75186 3.50401 9.75186H29.104C29.3162 9.75186 29.5197 9.66757 29.6697 9.51754C29.8197 9.36751 29.904 9.16403 29.904 8.95186C29.904 8.73968 29.8197 8.5362 29.6697 8.38617C29.5197 8.23614 29.3162 8.15186 29.104 8.15186Z",
className: "path-1"
}), " "));
}
IconComponent.propTypes = Icon.propTypes;