google-material-icons
Version:
A google material icon library package for React applications
26 lines (22 loc) • 846 B
JavaScript
/**
* @license google-material-icons v2.1.3 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
import createIcon from '../../createIcon.js';
const DisplaySettings = createIcon("DisplaySettings", [
[
"path",
{
d: "M20 3H4C2.89 3 2 3.89 2 5V17C2 18.1 2.89 19 4 19H8V21H16V19H20C21.1 19 22 18.1 22 17V5C22 3.89 21.1 3 20 3ZM20 17H4V5H20V17Z",
key: "a8w85l"
}
],
["path", { d: "M14 8.25H6V9.75H14V8.25Z", key: "yvmank" }],
["path", { d: "M16.5 9.75H18V8.25H16.5V7H15V11H16.5V9.75Z", key: "1m3u25" }],
["path", { d: "M18 12.25H10V13.75H18V12.25Z", key: "1f09k1" }],
["path", { d: "M7.5 15H9V11H7.5V12.25H6V13.75H7.5V15Z", key: "25e82c" }]
]);
export { DisplaySettings as default };
//# sourceMappingURL=display_settings.js.map