google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 696 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 Fence = createIcon("Fence", [
[
"path",
{
d: "M21 12V10H19V7L16 4L14 6L12 4L10 6L8 4L5 7V10H3V12H5V14H3V16H5V20H19V16H21V14H19V12H21ZM16 6.83L17 7.83V10H15V7.83L16 6.83ZM12 6.83L13 7.83V10H11V7.83L12 6.83ZM11 14V12H13V14H11ZM13 16V18H11V16H13ZM7 7.83L8 6.83L9 7.83V10H7V7.83ZM7 12H9V14H7V12ZM7 16H9V18H7V16ZM17 18H15V16H17V18ZM17 14H15V12H17V14Z",
key: "1ojzll"
}
]
]);
export { Fence as default };
//# sourceMappingURL=fence.js.map